随笔分类 - angular
摘要:在angularJS中,你有一系列的view,负责将数据渲染给用户;你有一些controller,负责管理scope定义)给到view;你有一些directive,负责将user interaction和$scope behav...
阅读全文
摘要:http://stackoverflow.com/questions/14876112/difference-between-the-observe-and-watch-methodshttps://docs.angularjs.org/api/ng/type/$compile.directiv...
阅读全文
摘要:angular.element($0).scope()什么是scope?scope是一个refer to the application model的object。它是一个expression的执行上下文context。scopes模仿DOM的层次模型也有层次关系。Scopes可以watch一个...
阅读全文
摘要:NgModelController为ngModel directive提供了API。这个controller包含了关于data-binding,validation,css update, value formatting and parsing的相关service.该controller本意上...
阅读全文