The ng-repeat directive is the most used and very useful AngularJS Directive feature. It iterates over a collection of items and creates DO...
Read More
Home / Archive for October 2016
Explain Convert Text To Uppercase Using AngularJS.
AngularJS provides a feature for converting all the letters of text into uppercase letters. I will explain this feature by creating a sampl...
Read More
Explain what is Dependency Injection in AngularJS?
Dependency Injection is one of the best features of AngularJS. It is a software design pattern in which objects are passed as dependencies....
Read More
What is $rootscope and how do we use it?
$rootscope provides access to the top of the scope hierarchy, a scope provides a separation between View and its Model. Every application h...
Read More
How are validations implemented in AngularJS?
One of the coolest features of AngularJS is client-side validation. There are so many form directives available in AngularJS. We will talk ...
Read More
What is a Factory method in AngularJS?
AngularJS Factory: the purpose of Factory is also the same as Service, however in this case we create a new object and add functions as pro...
Read More
How many types of data binding in AngularJS?
Data binding is a very powerful feature of the software development technologies. Data binding is the connection bridge between view and bu...
Read More
How to implement routing in AngularJS?
Routing is a core feature in AngularJS. This feature is useful in building SPA (Single Page Application) with multiple views. In SPA applic...
Read More
What is SPA (Single page application) in AngularJS?
Single-Page Applications (SPAs) are web applications that load a single HTML page and dynamically update that page as the user interacts wi...
Read More
What is “$rootScope” in AngularJS?
A scope provides a separation between View and its Model. Every application has a $rootScope provided by AngularJS and every other scope is...
Read More
What is $scope in AngularJS?
$scope in AngularJS is an object which refers to an application model. It is an object that binds view (DOM element) with the controller. I...
Read More
Explain currency filter in AngularJS
One of the filters in AngularJS is the Currency Filter. This “currency” filter includes the “$” Dollar Symbol as the default. So we can use...
Read More
What are expressions in AngularJS?
Expressions in AngularJS are just like JavaScript code snippets. JavaScript code is usually written inside double braces: {{expression}}. ...
Read More
Explain Directives in AngularJS?
AngularJS directives are only used to extend HTML and DOM elements' behavior. These are the special attributes, that start with ng- pre...
Read More
What is AngularJS?
AngularJS has been introduced by the giant, Google. It is a framework that helps you to create dynamic Web apps. Normally, AngularJS uses H...
Read More
Subscribe to:
Posts
(
Atom
)