var myApp = angular.module('myApp',[]);. 2. . 3. function MyCtrl($scope) {. 4. var vm = this;. 5. vm.labels = _.range(10).map(function (i) { return i });.
確定! 回上一頁