Meteor angular tutorial step 8 cannot add blaze
delta2golf opened this issue · comments
I am trying to add the login buttons following the tutorial, but it doesn't work.
Tutorial https://www.meteor.com/tutorials/angular/adding-user-accounts
Thanks
Error in the console
ReferenceError: Template is not defined
at link (http://localhost:3000/packages/urigo_angular-blaze-template.js?050086385a20c7b191b6280798d441e60ccf2804:36:13)
at invokeLinkFn (http://localhost:3000/packages/angular_angular.js?6d4ee2c049f945acd899d01d101da60606fc5cc8:8864:9)
at nodeLinkFn (http://localhost:3000/packages/angular_angular.js?6d4ee2c049f945acd899d01d101da60606fc5cc8:8358:11)
at compositeLinkFn (http://localhost:3000/packages/angular_angular.js?6d4ee2c049f945acd899d01d101da60606fc5cc8:7754:13)
at publicLinkFn (http://localhost:3000/packages/angular_angular.js?6d4ee2c049f945acd899d01d101da60606fc5cc8:7634:30)
at link (http://localhost:3000/packages/angular_angular.js?6d4ee2c049f945acd899d01d101da60606fc5cc8:24477:38)
at invokeLinkFn (http://localhost:3000/packages/angular_angular.js?6d4ee2c049f945acd899d01d101da60606fc5cc8:8864:9)
at nodeLinkFn (http://localhost:3000/packages/angular_angular.js?6d4ee2c049f945acd899d01d101da60606fc5cc8:8358:11)
at compositeLinkFn (http://localhost:3000/packages/angular_angular.js?6d4ee2c049f945acd899d01d101da60606fc5cc8:7754:13)
at publicLinkFn (http://localhost:3000/packages/angular_angular.js?6d4ee2c049f945acd899d01d101da60606fc5cc8:7634:30)
@delta2golf @zhangyan612 Can you share your code?
We don't use angular-blaze-template
there anymore and we use dotansimha:accounts-ui-angular
instead.
Do the problem still happens to you?