Saved Bookmarks
| 1. |
Explain Ng-model Directive? |
|
Answer» ng-model directive BINDS the values of AngularJS APPLICATION DATA to HTML input CONTROLS. It creates a model variable which can be used with the html PAGE and within the container control( for example, div) having ng-app directive. ng-model directive binds the values of AngularJS application data to HTML input controls. It creates a model variable which can be used with the html page and within the container control( for example, div) having ng-app directive. |
|