Meteor_angularjs
Meteor_angularjs copied to clipboard
I'm using html files in the partials/directives directory as html templates. When I change a file, the application reloaded, but the browser caches the template, so a refresh itself doesn't...
Just trying to understand this, this is a replacement for spark right? And we can use any templating solution we want, not just handlebars?
Hello, I follow the structure provided by [angular-sprout](https://github.com/thedigitalself/angular-sprout) to organize my angularjs project. And According to the directory layout I would like to have the possibility to put my templates...
Hi I'm getting the following error trying to do `mrt add angularjs` ``` Installing smart packages ✓ angularjs tag: https://github.com/lvbreda/Meteor_angularjs.git#v0.5.0 /usr/local/lib/node_modules/meteorite/lib/sources/git.js:151 hrow "There was a problem checking out " +...
How would one place the login buttons that Meteor now provides when using this? Would it be possible right now?
It is useful and often necessary to have a root-level controller. Given we cannot create one because meteor doesn't allow us to manually do it I suggest meteor_angularjs automatically creates...