AngularJS global API provides some set of functions that can be invoked by using angulr object.
angular.isString()
angular.isNumber()
angular.lowercase()
angular.uppercase()
angular.isString() – It is used to check if something is string or not. Returns true or false.
angular.isNumber() – It is used to check if something is numeric or not. Returns true or false.
[/html]
angular.lowercase() – It is used to convert string to lower case.
angular.uppercase() – It is used to convert string to uppercase.
[/html]
Including Files in angularJS:
ng-include directive is used to include the files.
[/html]
A Noun is the name of a person, place or thing. or Name of anything is noun. For example: Sita…
Misko Hevery, a Google employee, developed AngularJS. First version 1.0 of AngularJS was released in 2012. Now AngularJS is fully…
AngularJS expressions contain operators,literals, and variables. AngularJS expressions can be written inside HTML while JavaScript expressions can't be. AngularJS expressions…
Some sentences are given below. Choose the nouns and mention the type of noun whether they are proper noun, common…
Modules are containers for appication controller. They contain different parts of an application. [html] {{ state + " " +…
Using Directives you can extend HTML attributes. In AngularJS you can define your own directives while it has its own…