AngularJS のメモ AngularJS

AngularJS のメモ
簡易入力画面などに、angularjs はよさそうだね
http://js.studio-kingdom.com/angularjs
http://www.publickey1.jp/blog/15/angularjsangularjsdeverlopers_summit_2015.html
http://dotinstall.com/lessons/basic_angularjs/8201
http://www.tohoho-web.com/ex/angularjs.html
http://dotinstall.com/lessons/todo_angularjs
http://dotinstall.com/lessons/youtube_search_angularjs/21701
http://dotinstall.com/lessons/youtube_search_angularjs/21706

・ng-model 扱うデータを指定
・扱うデータそのものは、js内でずらずらっと指定しておく(html内にng-optionsとして書いておいてもよいか)
・ng-controller 呼ぶjsを指定
・validateとかでエラーmsg表示はよさげ