Meteor_angularjs
Meteor_angularjs copied to clipboard
when I run 'mrt add angularjs', I get a version that does not have Npm.require in server.js
v2.0 bug
when I use meteor's smartpacgage Meteor_angularjs v2.0,like this ``` mrt add angularjs mrt ``` it response me ``` TypeError: Object # has no method 'require' at app/packages/angularjs/server.js:1:51 at /home/****/test/angularjs-test/.meteor/local/build/server/server.js:286:12 at...
Meteor_angularjs currently breaks for me under Meteor 0.6.5.1 with the following error: ``` Error: ENOENT, no such file or directory '/home/arve/Projects/angular-meteor-example/.meteor/local/build/programs/server/.meteor/local/build/app.html' at Object.fs.openSync (fs.js:338:18) at Object.fs.readFileSync (fs.js:182:15) at Package (packages/angularjs/server.js:19)...
Just wondering why the directory layout doesn't [look more like this](https://github.com/angular/angular-seed). Are there limitations with Meteor that force the use of only a `partials` directory?
To add the account-ui on the page on a normal meteor app I just need to add v to the HTML, How do I do the same with Angular enabled?
The value object is local to the collection and set whenever a new cursor is created for a collection. A new wrapper object with its own array should be created...
AngularJS adds $$hashKey property on objects listed in a ng-repeat directive. When we use $resource, $http or angular.toJson AngularJS removes this transient property but when we use Meteor insert this...
Try make an app with the following `routeProvider` definition: ``` $routeProvider.when('/:first/:secondmilestone', { templateUrl: 'partials/template.html', controller: 'mycontroller' }); ``` Regardless of what is contained within `mycontroller` or `template.html`, the browser I...
Hi all, I am not able to access any collections without using ng-repeat. I would love to load just one user and read their information without having to use ng-repeat....
``` mrt create test && cd test && mrt add angularjs && mrt run ``` Go to browser, open console and see: ``` ReferenceError: Can't find variable: __meteor_runtime_config__ url_common.js:38 ```