GIS項目主要用的是Flatify框架,能很好的和bootstrap,UIbootstrap,AngularJS結合起來使用.html
能夠打印出漂亮的可摺疊的josn格式插件(須要引用js,還有依賴項):http://azimi.me/json-formatter/demo/demo.html;git
基於h5的拖拽效果插件(須要引用js,還有依賴項):https://github.com/marceljuenemann/angular-drag-and-drop-lists;github
齊全的angular-filter(學習):https://github.com/a8m/angular-filter;json
encodeURIComponent():將字符串轉換成url識別的編碼;eg:encodeURIComponent(angular.toJson(exportExcel));bootstrap
var index=$scope.mp.indexOf(item); if(index!=-1){ $scope.mp.splice(index,1); }