angularJS 自定義指令 方法屬性:controller 和屬性:controllerAs

    自定義指令中還能夠定義controller屬性,是一個function,能夠在其中定義數據和方法,能夠提供給該指令的link內的方法使用。javascript 示例的html:php <div ng-app="myApp"> <div ng-controller="firstController"> <div book-list></div> </div>
相關文章
相關標籤/搜索