AngularJS extends HTML
AngularJS extends HTML with ng-directives.
ng-app | directive defines an AngularJS application. |
ng-model | directive binds the value of HTML controls (input, select, textarea) to application data. |
ng-bind | directive binds application data to the HTML view. |