Angularjs event command input related commands and style command DOM operation instructions
Angularjs event command input related commands and style commands DOM operation instructions detailed learning points: 1. angularJs event command 2. input commands 3. style command 4. DOM operation instructions 5. ngBind/ngBindHtml/ngBindTemplate Highlights 6. ng-init ng-mode ng-model-options ng-controler1. angularjs event commands: ng-click/dbclickng-mousedown/upng-mouseenter/leaveng-mousemove/over/outng-keydown/up/pressng-focus/blurng-submit focuses on: ng-selectedng-changeng-copyng-cutng-pasteng-cloak in angular provides ng-cloak for us to implement Textile Flash solution, we only need to add ng-cloak where needed. We can also change bing text ({express}) to ng-bind to avoid this. Ng-non-bindable: If you want something like {}, you can use ng-clock <input type = "checkbox" ng-model = "aaa"> <select <option> 11111 </option> <option ng-selected = "aaa"> 22222 </option> </select> <input type = "text" ng-change =" bbb = 'hello' "ng-model =" bbb ">{{ bbb }}< br> <input type =" text "value =" aasdassssssss "ng-paste =" ccc = true "> {ccc} 2. angularjs input commands ng-disabledng-readonlyng-checkedng-value <! DOCTYPE html>