Mobile Application using Angular JS [closed] Mobile Application using Angular JS [closed] angularjs angularjs

Mobile Application using Angular JS [closed]


You should take a look at the Angular-mobile-nav plugin on github:

https://github.com/ajoslin/angular-mobile-nav.

It is a very simple plugin to include with angular.js. Importantly the demo files that are included provide a pretty good idea of how to get started, although you do still need to know how Angular interacts with its modules, controllers and routes.

You can see the demo app here:

http://ajoslin.github.com/angular-mobile-nav/

I've just moved from jQuery-mobile to angular.js and angular-mobile-nav because it provides me with a much nicer way to build the app and bind data within the views, without hijacking the DOM.


I am having a positive experience with this:

https://github.com/opitzconsulting/jquery-mobile-angular-adapter

It lets me use jQuery Mobile while respecting the AngularJS semantics and using its constructs.