In this blog post, we will see how to add google login for your mobile app. We will see how to add it all three platforms desktop, android and ios
Continue reading
Month: July 2015
Cordova Ionic Facebook Login For Your Mobile App
In this blog post we will see how to integrate facebook login with cordova for your mobile app. We will see how to integrate this on desktop, android and ios. This blog uses the ionic framework, but you can use plan simple cordova as well.
Continue reading
AngularJS UI Routing
In this blog post we look at how to use the angularjs ui router library. This is not the $routeProvider service which comes with angularjs but rather an external and more powerful library for routing.
Continue reading
AngularJS Directive Scope Attribute Binding – Isolate Scope
In this blog post we will see how scope work with directives, how directive inherits scope from controller and what are the best ways of doing this.
Continue reading
AngularJS – ngRepeat Performance Watchers
AngularJS has a directive “ng-repeat” which is very widely used. ng-repeat is used in almost every application but if not used properly can cause various performance issues.
Continue reading