javascriptangularjsangularjs-directiveangularjs-serviceangularjs-module

What is the calling order of angularjs functions (config/run/controller)?


There are

functions of angular.js. What is the calling order of all these modules?


Solution

  • Learning this I made a fiddle observing the behaviour by console.log. Its like

    Observe yourself here (Check Console).

    EDIT

    New Fiddle with filters added