AngularJS ng-options not rendering values

前端 未结 4 1634
说谎
说谎 2020-12-17 16:37

How can I render the value of the following options list?

$scope.limits = [ {value:  \'5\', text: \'Afficher 5 par page\'},
                  {value: \'10\',         


        
4条回答
提交回复
热议问题