摘要: 双向绑定这个特性有时让人又爱又恨 假设控制器 function($scope){ $scope.options = [{name:”alex”,id:232,…},{…},{…}…]; $scope.myModel = {name:”alex”,id:232}; } <select ng-model 阅读全文
posted @ 2016-10-24 11:38 Alex_Null 阅读(550) 评论(0) 推荐(0)