Mzsmunna
10/15/2019 - 12:01 PM

AngularJS Basics

NG Tags :

  • ng-app = " " // app name should be also initialize in app.js
  • ng-controller // for div or other box elements
  • ng-click // for buttons
  • ng-init // to initialize some variables or objects with divs
  • ng-repeat // foreach
  • ng-repeat-start
  • ng-repeat-end
  • ng-if - > $index, $first, $last, $middle, $even, $odd
  • < input ng-* // in the pic

  • ng-

Factory and Promises :