Ionic Framework PDF
Ionic Framework PDF
BridgeIt http://bridgeit.mobi/index.html
ChocolateChip Ui http://chocolatechip-ui.com/
Ionic http://ionicframework.com/
LigerMobile http://reachlocal.github.io/liger/
...
Why Ionic
http://coenraets.org/blog/2014/06/qcon-new-york-slides-creating-native-like-mobile-apps-with-cordova-angularjs-and-
ionic/
Apache Cordova
Camera
cordova plugin add org.apache.cordova.camera
navigator.camera.getPicture( cameraSuccess, cameraError,
cameraOptions );
Vibration
cordova plugin add org.apache.cordova.vibration
navigator.vibrate(time)
Result
source: http://mattiash.github.io/angular-presentation/presentation.html
Angular js
Directives
Directives are markers on a DOM element that tell AngularJS's HTML
compiler to attach a specified behavior to that DOM element
ng-app: responsible for bootstrapping your app defining its scope. In
AngularJS, you can have multiple apps within the same page
ng-controller: directive defines which controller will be in charge of
your view
ng-repeat: define your template scope when looping through
collections
app.js