Changes between Version 4 and Version 5 of DeveloperGuidelines/EdenMobile


Ignore:
Timestamp:
09/13/16 08:21:44 (9 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified DeveloperGuidelines/EdenMobile

    v4 v5  
    2727  - [https://github.com/sahana/eden_mobile https://github.com/sahana/eden_mobile] (stable, if you want to create custom builds)
    2828
    29 ''tbc''
     29== AngularJS ==
     30
     31!EdenMobile uses the [https://angularjs.org AngularJS] !JavaScript MVC framework.
     32
     33A good introduction into AngularJS can be found here:
     34
     35  - [http://www.w3schools.com/angular W3Schools AngularJS Tutorial]
     36
     37== Ionic ==
     38
     39The !EdenMobile front-end is built with the CSS and !JavaScript components provided by the [http://ionicframework.com Ionic] framework.
     40
     41Documentation of these components can be found here:
     42
     43  - [http://ionicframework.com/docs/components Ionic CSS Components]
     44  - [http://ionicframework.com/docs/api JavaScript API]
     45
     46''Note:'' !EdenMobile does ''not'' use the ''Ionic CLI'' for development and builds, but the Cordova CLI.
    3047
    3148----