poonam
1
Hello,
Please help me its very urgent.
I have created sample to-do app from meteor.com website using angular js.
https://www.meteor.com/tutorials/angular/creating-an-app
Now i wanted to add following template:
http://startangular.com/product/sb-admin-angular-theme/
Please help me I am new to meteor.
Its my first application
poonam
2
I have done with above task now i am getting some errors:
Please help me to remove this errors
Poonam
joshig
3
The error is because you haven’t imported Angular with import angular from 'angular'
.
Try adding:
import angular from 'angular';
import angularMeteor from 'angular-meteor';
See here: https://www.meteor.com/tutorials/angular/templates
Have you tried the tutorial here?
http://www.angular-meteor.com/