Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
removed ngInfiniteScroll from bower deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pantsel committed Jul 24, 2018
1 parent 2c33403 commit cad2b1c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion assets/js/app/core/dependencies/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
'angular-loading-bar',
'ngAnimate',
'ngSanitize',
'infinite-scroll',
'ngBootbox',
'ngStorage',
'ui.router',
Expand Down
4 changes: 1 addition & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"angular-resource": "1.5.*",
"mdi": "2.4.85",
"angular-base64": "~2.0.5",
"ngInfiniteScroll": "^1.3.4",
"angular-xeditable": "^0.7.1",
"later": "^1.2.0",
"prettycron": "^0.11.0"
Expand All @@ -58,7 +57,6 @@
"angular": "1.5.11",
"moment": "2.21.0",
"jquery": "~2.1.3",
"bootstrap-switch": "~3.3.4",
"ngInfiniteScroll": "^1.3.4"
"bootstrap-switch": "~3.3.4"
}
}
1 change: 0 additions & 1 deletion tasks/pipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ var jsFilesToInject = [
"bower_components/angular-utils-pagination/dirPagination.js",
"bower_components/chart.js/dist/Chart.js",
"bower_components/angular-resource/angular-resource.js",
"bower_components/ngInfiniteScroll/build/ng-infinite-scroll.js",
"bower_components/angular-moment/angular-moment.js",
"bower_components/bootbox/bootbox.js",
"bower_components/ngBootbox/dist/ngBootbox.js",
Expand Down
1 change: 0 additions & 1 deletion views/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
<script src="bower_components/angular-utils-pagination/dirPagination.js?r=0.12.1"></script>
<script src="bower_components/chart.js/dist/Chart.js?r=0.12.1"></script>
<script src="bower_components/angular-resource/angular-resource.js?r=0.12.1"></script>
<script src="bower_components/ngInfiniteScroll/build/ng-infinite-scroll.js?r=0.12.1"></script>
<script src="bower_components/angular-moment/angular-moment.js?r=0.12.1"></script>
<script src="bower_components/bootbox/bootbox.js?r=0.12.1"></script>
<script src="bower_components/ngBootbox/dist/ngBootbox.js?r=0.12.1"></script>
Expand Down

0 comments on commit cad2b1c

Please sign in to comment.