Mobile application using Angular JS

I want to develop a small mobile application with 4 screens.

The technological stack that I want to use is AngularJS, I am good with C #, I searched several times and could not find examples using AngularJS.

The mobile application must be compatible with iPhone, Android, Windows 8.

What are all the technologies I need to use.

Any link would be helpful.

+49
angularjs mobile
Feb 12 '13 at 5:11
source share
2 answers

I have a positive experience:

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

This allows me to use jQuery Mobile, observing AngularJS semantics and using its constructs.

+4
May 24 '13 at 5:17
source share

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

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

This is a very simple plugin that includes angular.js. It is important to note that the demo files that are included give a pretty good idea of ​​how to get started, although you still need to know how Angular interacts with its modules, controllers, and routes.

Here you can see the demo application:

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

I just migrated from jQuery-mobile to angular.js and Angular -mobile-nav, because it provides me with a much better way to create an application and attach data to the view without capturing the DOM.

+39
Feb 13 '13 at 22:52
source share



All Articles