Learning this I made a fiddle observing the behaviour by console.log
. Its like
- app config
- app run
- directive setup
- directive compile
- (app controller dependencies)
- service
- factory
- inner factory
- inner service
- app controller
- filter
- directive linking
- filter render (w.r.t the markup)
Observe yourself here (Check Console).
EDIT
New Fiddle with filters
added