RailsCasts Pro episodes are now free!

Learn more or hide this

Elmer Berico's Profile

GitHub User: mogadget

Comments by Elmer Berico

Avatar

And, how do you $inject the dependencies to be able to minified your angular.js?

According to the doc you have to

MainCtrl.$inject($scope, $http)

for it to properly minify your js assets in production.

Avatar

i believe it's now SEOable with the use hashbang

Avatar

I've been using Angular for 6mos. now and im still amazed by its cleverness (module,DI, directives etc.).. IMO Backbone is past, Angular is the future of client-side webdev.. what Ember?