is there a road map for future things that want to be added to angular?
AngularJS 1.2.0: timely-delivery
11–20 of 64 posts
Re: AngularJS 1.2.0: timely-delivery
#12Does anyone know what's the rationale behind the separation of ngRoute? It's less than 4KB and less than 2KB when gzipped. I don't think it's worth the "pain" of having to remember to add another source file.
Re: AngularJS 1.2.0: timely-delivery
#13We've been using rc versions in production code too. As they've mentioned many times when they say unstable it doesn't mean that it was likely to break, simply that they are free to change the API if they need too. Does anyone know what's the rationale behind the separation of ngRoute? It's less than 4KB and less than 2KB when gzipped. I don't think it's worth the "pain" of having to remember to add another source fi…
Re: AngularJS 1.2.0: timely-delivery
#14We've been using rc versions in production code too. As they've mentioned many times when they say unstable it doesn't mean that it was likely to break, simply that they are free to change the API if they need too. Does anyone know what's the rationale behind the separation of ngRoute? It's less than 4KB and less than 2KB when gzipped. I don't think it's worth the "pain" of having to remember to add another source fi…
Re: AngularJS 1.2.0: timely-delivery
#15Re: AngularJS 1.2.0: timely-delivery
#16Re: AngularJS 1.2.0: timely-delivery
#17I've done one project with ember and was very happy with it but I'm now working on a project where I only need parts of the page to be controlled by the framework. So far I'm loving the way angular integrates with the dom but once you get back to the controllers/directives it suddenly feels like I have to do a whole lot more work than with ember. The main difference seems to be that you have to manage updates yoursel…
Re: AngularJS 1.2.0: timely-delivery
#18I'm really impressed with Angular. I've previously worked with Backbone.js, and found that many things in Backbone where I've had to manually develop are readily available in Angular. Moving from Backbone to Angular has made the code much cleaner, and smaller in size. Whereas in Backbone, the code slowly became a mess with all the event listening and event triggering (probably my fault), in Angular, that has all been…
Now if the documentation would improve in some of the grayer areas, I would be really happy. Wish I knew enough to contribute.
Re: AngularJS 1.2.0: timely-delivery
#19I've done one project with ember and was very happy with it but I'm now working on a project where I only need parts of the page to be controlled by the framework. So far I'm loving the way angular integrates with the dom but once you get back to the controllers/directives it suddenly feels like I have to do a whole lot more work than with ember. The main difference seems to be that you have to manage updates yoursel…
FWIW I'm only speaking from personal experience and in your case lots of $watch might be necessary.