File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 2727 "angular-bootstrap-show-errors" : " latest" ,
2828 "angular-touch" : " ~1.3.1" ,
2929 "angular-loading-bar" : " ~0.6.0" ,
30- "angularjs-nvd3-directives" : " ~0.0.7" ,
3130 "angular-ui-ace" : " ~0.2.3" ,
3231 "lodash" : " 4.17.11" ,
3332 "moment" : " latest" ,
5049 },
5150 "devDependencies" : {
5251 "angular-mocks" : " 1.3.11" ,
53- "angular-scenario" : " 1.3.11" ,
54- "d3" : " ~3.4.1"
52+ "angular-scenario" : " 1.3.11"
5553 },
5654 "resolutions" : {
5755 "angular" : " ~1.x" ,
5856 "angular-cookies" : " 1.3.11" ,
59- "jquery" : " 2.1.3" ,
60- "d3" : " ~3.4.1"
57+ "jquery" : " 2.1.3"
6158 }
6259}
Original file line number Diff line number Diff line change 1818 <!-- bower:css -->
1919 < link rel ="stylesheet " href ="bower_components/bootstrap/dist/css/bootstrap.css " />
2020 < link rel ="stylesheet " href ="bower_components/angular-loading-bar/build/loading-bar.css " />
21- < link rel ="stylesheet " href ="bower_components/nvd3/src/nv.d3.css " />
2221 < link rel ="stylesheet " href ="bower_components/ladda/dist/ladda.min.css " />
2322 < link rel ="stylesheet " href ="bower_components/toastr/toastr.css " />
2423 < link rel ="stylesheet " href ="bower_components/font-awesome/css/font-awesome.css " />
8685 < script src ="bower_components/angular-bootstrap-show-errors/src/showErrors.js "> </ script >
8786 < script src ="bower_components/angular-touch/angular-touch.js "> </ script >
8887 < script src ="bower_components/angular-loading-bar/build/loading-bar.js "> </ script >
89- < script src ="bower_components/d3/d3.js "> </ script >
90- < script src ="bower_components/nvd3/nv.d3.js "> </ script >
91- < script src ="bower_components/angularjs-nvd3-directives/dist/angularjs-nvd3-directives.js "> </ script >
9288 < script src ="bower_components/angular-ui-ace/ui-ace.js "> </ script >
9389 < script src ="bower_components/lodash/lodash.js "> </ script >
9490 < script src ="bower_components/moment/moment.js "> </ script >
108104 <!-- endbower -->
109105 <!-- endbuild -->
110106
111- <!-- JSON Path not being included -->
112- < script src ="bower_components/jsonpath/lib/jsonpath.js "> </ script >
113-
114107 <!-- Ace editor -->
115108 <!-- build:js({.tmp,src/main/webapp}) scripts/app.js -->
116109 < script src ="bower_components/ace-builds/src/ace.js "> </ script >
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ var miniumDeveloper = angular.module('minium.developer', [
1212 'ui.bootstrap' ,
1313 'ui.bootstrap.showErrors' ,
1414 'treeControl' ,
15- 'nvd3ChartDirectives' ,
1615 'miniumDeveloper.filters' ,
1716 'miniumDeveloper.directives' ,
1817 'miniumDeveloper.config' ,
You can’t perform that action at this time.
0 commit comments