Hello Friends, In this tutorial, We are going to discuss $rooScope in Angular Js. Similar to $scope, $rootScope is also a JavaScript which is available for entire Angular Js application. After completing this tutorial you will be able to understand: $rootScope in Angular Js. $rootScope in Angular Js: As we have already discussed that $scope is…
Angular Js Tables
Hello Friends, In this tutorial we are going to discuss Angular Js Tables and also we will create some examples on that. Angular Js Tables: Tables are very important DOM element for any HTML form. To display data in grid or tabular format we need to create Table in our HTML page Example for Displaying…
Angular JS form Validation
Hello readers, In this tutorial, we are going to see Form Validation using Angular JS. Almost every website uses forms to perform different tasks like signing up users or obtaining their contact information. It is very important to make sure that a user who is filling out the form is at least entering valid information in…
Angular JS ng-cloak directive
Here we will learn ng-cloak directive in Angular JS and a simple example of the ng-cloak directive. Angular Js provides a special type of directive which is used to prevent the document from showing incomplete Angular Js code while your application is loading. What is ng-cloak directive in Angular JS? Angular Js provides a special type…
angular.isNumber function in Angular JS
Here we will learn what is angular.isNumber with an example. The angular.IsNumber function accepts one parameter and returns a boolean value true or false. What is angular.isNumber function in Angular JS? The angular.IsNumber function accepts one parameter and returns a boolean value true or false. If the parameter value is Integer then it returns true otherwise it…