We can write completely theme-able mobiles apps with Ionic. Adding a theme in Ionic is as simple ass adding a variable in your HTML template and creating a scope variable in the angularjs controller. You just need to change the theme name in controller and all your app will have a bright new theme.
Tag: angularjs
HTML5 Offline Mobile App Using Ionic and PouchDB
For a mobile app offline support is the first necessity. But providing offline support in HTML5 mobile apps is difficult most of times. In this tutorial I will tell you how to create your first HTML5 mobile app with offline support. App is created using Ionic framework and uses PouchDB as NoSQL database.
A Comprehensive Guide To Animating ng-view in AngularJS
AngularJS is one of the most sophisticated web app framework that delivers superlative single-page applications. It is commonly known as Angular and possesses a client-side MVC (Model View Controller) architecture that augments the development and testing of single-page applications. It, thus, facilitates developers to create an impressive look and feel like that of a native mobile app.
In fact, if you want to make your app appear more native, you can also integrate animations and transitions by implementing the ngAnimate
module in Angular.