• ng-app - Initialize the angular app.
• ng-init - Initialize the angular app data.
• ng-model - Bind the html elements like input, select, text area to angular app model.
The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...
No comments:
Post a Comment