-
111查看全部
-
form指令查看全部
-
angular內置的指令查看全部
-
scope的綁定策略查看全部
-
compile與link查看全部
-
ng官方推薦的模塊切分方式查看全部
-
=,雙向綁定,scope: { aaaa: '=' }, <location-directive aaaa="test"></location-directive>查看全部
-
<location-directive aaaa="{{test}}"></location-directive>查看全部
-
@單向綁定,父controller傳給directive查看全部
-
templateUrl的html頁面里不能有注釋標簽,不能有css引用文件 命名如果是這樣locationDirective,則屬性或者標簽應該寫成 <location-directive></location-directive> <div location-directive></div> template里面的string必須用標簽包裹起來例如 '<div id="locationPart" class="location"><input class="form-control" type="text" ng-model="country" /><span>{{country}}</span></div>'查看全部
-
模塊切分方式查看全部
-
ng-model="greeting.text" 掛在根目錄查看全部
-
一個完整的項目目錄結構實例查看全部
-
單元測試工具---jasmine查看全部
-
單元測試runner---karma查看全部
舉報
0/150
提交
取消