Fix karma test
This commit is contained in:
parent
82097ccd20
commit
0b4cfe0614
1 changed files with 1 additions and 1 deletions
|
|
@ -16,12 +16,12 @@ module.exports = function(config) {
|
||||||
// list of files / patterns to load in the browser
|
// list of files / patterns to load in the browser
|
||||||
files: [
|
files: [
|
||||||
'bower_components/fastclick/lib/fastclick.js',
|
'bower_components/fastclick/lib/fastclick.js',
|
||||||
|
'bower_components/modernizr/modernizr.js',
|
||||||
'bower_components/qrcode-generator/js/qrcode.js',
|
'bower_components/qrcode-generator/js/qrcode.js',
|
||||||
'bower_components/qrcode-decoder-js/lib/qrcode-decoder.js',
|
'bower_components/qrcode-decoder-js/lib/qrcode-decoder.js',
|
||||||
'bower_components/moment/min/moment-with-locales.js',
|
'bower_components/moment/min/moment-with-locales.js',
|
||||||
'bower_components/angular/angular.js',
|
'bower_components/angular/angular.js',
|
||||||
'bower_components/angular-ui-router/release/angular-ui-router.js',
|
'bower_components/angular-ui-router/release/angular-ui-router.js',
|
||||||
'bower_components/angular-local-storage/dist/angular-local-storage.js',
|
|
||||||
'bower_components/angular-foundation/mm-foundation.js',
|
'bower_components/angular-foundation/mm-foundation.js',
|
||||||
'bower_components/angular-foundation/mm-foundation-tpls.js',
|
'bower_components/angular-foundation/mm-foundation-tpls.js',
|
||||||
'bower_components/angular-animate/angular-animate.js',
|
'bower_components/angular-animate/angular-animate.js',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue