1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

infinite scroll vault folder view

This commit is contained in:
Kyle Spearrin
2016-12-07 23:01:02 -05:00
parent 4541185a51
commit f1c9075768
6 changed files with 53 additions and 20 deletions

View File

@@ -121,6 +121,10 @@ gulp.task('lib', ['clean:lib'], function () {
paths.npmDir + 'angulartics/src/angulartics.js'
],
dest: paths.libDir + 'angulartics'
},
{
src: paths.npmDir + 'ng-infinite-scroll/build/ng-infinite-scroll.js',
dest: paths.libDir + 'ng-infinite-scroll'
}
];