We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d0fd7 commit ccaa6cdCopy full SHA for ccaa6cd
karma.conf.js
@@ -16,8 +16,8 @@ module.exports = function(config) {
16
// list of files / patterns to load in the browser
17
files: [
18
'misc/test-lib/jquery-1.8.2.min.js',
19
- 'misc/test-lib/angular.js',
20
- 'misc/test-lib/angular-mocks.js',
+ 'node_modules/angular/angular.js',
+ 'node_modules/angular-mocks/angular-mocks.js',
21
'misc/test-lib/helpers.js',
22
'src/**/*.js',
23
'template/**/*.js'
package.json
@@ -9,6 +9,8 @@
9
"url": "https://github.com/angular-ui/bootstrap.git"
10
},
11
"devDependencies": {
12
+ "angular": "^1.3.15",
13
+ "angular-mocks": "^1.3.15",
14
"grunt": "^0.4.5",
15
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
0 commit comments