About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
Mzsmunna
10/15/2019 - 12:01 PM
share
Share
add_circle_outline
Save
AngularJS Basics
angularjs basics
content_copy
file_download
Rendered
Source
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 :
clear