AngularJS Question: Download AngularJS PDF

What is factory method in angular.js?

Tweet Share WhatsApp

Answer:

For creating the directive, factory method is used. It is invoked only once, when compiler matches the directive for the first time. By using $injector.invoke the factory method is invoked.

Download AngularJS PDF Read All 57 AngularJS Questions
Previous QuestionNext Question
What is Link function in AngularJS?What are the styling form that ngModel adds to CSS classes?