12 2016 档案

摘要:.... .directive('scopeDemo',function(){ return{ template: "<div class='panel-body'>Name: <input ng-model=name /></div>", scope:true // 设置scope属性为true将 阅读全文
posted @ 2016-12-14 22:48 ipha 阅读(224) 评论(0) 推荐(0)
摘要:ng-options="item.action for item in todos" ng-options表达式的基本形式, 形如 "<标签> for <项目> in <数组> <option value="">(chosse one) </option> ng-options="item.id a 阅读全文
posted @ 2016-12-08 22:42 ipha 阅读(471) 评论(0) 推荐(0)