In this article we will be Understanding AngularJS Bootstrap Process talking about automatic Bootstrapping and manual Bootstrapping multiple modules in AngularJS. Angular initiates automatically upon event or…
View More Bootstrapping multiple modules in AngularJSCategory: AngularJs
Top AngularJS interview questions
Read Angular js interview questions including topic advanced topics like Dependency injection, Two-way binding, scope in angular js and many more. Arif KhojaArif Khoja is…
View More Top AngularJS interview questionsHow to optimize the performance of ng-repeat in AngularJS?
Today we would focus on improving the performance of Angular JS code by learning the basics of ng-repeat and then how to enhance its capabilities.…
View More How to optimize the performance of ng-repeat in AngularJS?AngularJS – 10 Best Practices to Create Custom Directives
This article represents top 10 best practices that one may want to apply while creating custom directives. Please feel free to comment/suggest if I missed…
View More AngularJS – 10 Best Practices to Create Custom DirectivesApply mCustomScrollbar using Angular Directive
ngCustomScrollbar Directives are very well-known in the world of angular developers. Every developer knows the power of a Directive. AngularJS has already provided many inbuilt directives…
View More Apply mCustomScrollbar using Angular Directive8 Useful Guidelines and Filters for AngularJS
While working with AngularJS one often requires some guidelines and filters, which greatly simplify the development process and add responsiveness to interface. Many of them…
View More 8 Useful Guidelines and Filters for AngularJSUI-Routing – Basics
Introduction In the present scenario, AngularJS is the most trusted framework for the creation of Single Page Applications (SPA), and UI-Routing is one of the…
View More UI-Routing – BasicsHow To Remove Hash From Application URL In AngularJS
Introduction Angular is a framework, which is developed and maintained by Google. It has features such as Two-Way binding, Dependency Injection, Testing and Directives. It…
View More How To Remove Hash From Application URL In AngularJSAngularJS Application End to End Testing with Protractor Tool : Part 1
What is End to End Testing? End to End Testing is used to determine the performance of application as per requirement. For large and complex…
View More AngularJS Application End to End Testing with Protractor Tool : Part 1