Monthly Archives: March 2016

Angular.js compile document to tree struction

the first step of angular.js is to compile document to element and childnode. this struction is similar with DOM. module is key concept of angular.js. what is angular.js module. A module is a collection of services, directives, controllers, filters, and … Continue reading

Posted in Angular.js | Comments Off on Angular.js compile document to tree struction