Skip to content

Commit

Permalink
FLO-11651. Downgrade infinite scroll library for performance
Browse files Browse the repository at this point in the history
Downgrading ng-infinite-scroll to 1.2.0 to avoid infinite digest loops
which kills performance. See sroze/ngInfiniteScroll#235
  • Loading branch information
George Babey committed Jun 14, 2016
1 parent d5973cc commit fbb31b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"isteven-multi-select.css"
],
"dependencies": {
"ngInfiniteScroll": "1.2.2"
"ngInfiniteScroll": "1.2.0"
},
"ignore" : [
".git",
Expand Down

0 comments on commit fbb31b8

Please sign in to comment.