stop trying to do everything in html markup. function MyController (names) { this.names = names.sort(); } <ul ng-controller="MyController as my"> <li ...
確定! 回上一頁