AngularJS Minify your code without breaking it
How to write AngularJS code that can be minified. This post shows an example together with the MVC bundling and minification feature
How to write AngularJS code that can be minified. This post shows an example together with the MVC bundling and minification feature
There are many different ways to communicate between different Angular controllers in the same app. I will show what's the best way in my opinion for now. Communicate with events. The alternative way is by using a inherited scope.
AngularJS Filter number fixed length. This filter show how you can create a filter to have leading 0 till a certain length has reached.
This post shows how you can extract more information from social logins by reading the claim values from the social networks like Facebook.