Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Initiation to AngularJS

Ahmed Elmehri
September 04, 2015

Initiation to AngularJS

An initiation to the JS MVC framework AngularJS.

Ahmed Elmehri

September 04, 2015
Tweet

More Decks by Ahmed Elmehri

Other Decks in Technology

Transcript

  1. 1.0 vs 2.0 … which version to choose? 1.0 2.0

    version to use stable developer preview complex major update complex major update whole rewrite! initial version 2.0 2.0 1.0 2 AngularJS 1.0 angularjs.org Angular 2 angular.io
  2. Controller Naming Convention Start w/ capital letter myController MyController MyController

    correct MyCtrl so common -> better! Singular MyCtrls MyControllers Plural 14
  3. Controller and Services Business Logic != Business Logic non-REST service

    Business Logic Business Logic Business Logic Front End 16
  4. Ressources • Learn Angluar in your browser for free -

    http: //angular.codeschool.com/ MUST TRY • Official website: https://angularjs.org/ • Learning AngularJS by Ken Williamson (O’Reilly). Copyright 2015 Ken Williamson, 978-1-491-91675-9 20