Differences between revisions 5 and 6
Revision 5 as of 2015-06-09 18:50:12
Size: 452
Editor: PieterSmit
Comment:
Revision 6 as of 2015-06-09 19:46:58
Size: 607
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
     * To add, add to index.html, right after ionic-bundle.js
       {{{
<script src="lib/ionic/js/angular/angular-resource.min.js"></script>
       }}}

IONIC (Cordova wrapper)

  • Links User Angular.js a javascript library

  • http://mcgivery.com/structure-of-an-ionic-app/

  • Bundled with ionic
    • Just in case anyone else runs across this thread, angular-resource is not bundled with ionic.
      • ionic.bundle.js is a concatenation of:
        • ionic.js, angular.js, angular-animate.js, angular-sanitize.js, angular-ui-router.js, ionic-angular.js
      • To add, add to index.html, right after ionic-bundle.js
        • <script src="lib/ionic/js/angular/angular-resource.min.js"></script>

...

ionic (last edited 2017-11-08 19:18:11 by PieterSmit)