lvbreda / Meteor_angularjs

279 stars 42 forks source link

root-level AppController #3

Open jasonkuhrt opened 12 years ago

jasonkuhrt commented 12 years ago

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 a ng-controller="AppController" on the html element.

Will you accept a pull request to this affect?

lvbreda commented 12 years ago

I certainly will, thank you !

jasonkuhrt commented 12 years ago

@lvbreda awesome, I will give it a shot now.