摘要:
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本意上... 阅读全文