ng-disabled, ng-show, ng-hide and ng-click are used to bind application data to HTML elements. ng-disabled: ng-disabled is used to disable…
AngularJS provides event directives. There are some common events provided by AngularJS to use in HTML. ng-mousedown - (onmousedown in…
AngularJS provides following flags to handle errors and validating the input. $dirty − indicates that value has is changed. $invalid…
HTML5 provides some attributes that can be used to validate the input fields. required: required ensures that form field must…
AngularJS global API provides some set of functions that can be invoked by using angulr object. angular.isString() angular.isNumber() angular.lowercase() angular.uppercase()…