angular源码学习

angular.bootstrap

参数:element,modules,config

执行步骤:

compile编译步骤

compile声明:function compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext) { … }

执行步骤:

compileNodes函数执行步骤:

link函数样子:function publicLinkFn(scope, cloneConnectFn, options) { … }

digest过程

angular中的知识点

blog comments powered by Disqus