Skip to content

Commit 4cbe008

Browse files
fix(typeahead): Refactored code
1 parent 5515f5e commit 4cbe008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = function(config) {
1818
'misc/test-lib/jquery-1.8.2.min.js',
1919
'node_modules/angular/angular.js',
2020
'node_modules/angular-mocks/angular-mocks.js',
21+
'node_modules/angular-sanitize/angular-sanitize.js',
2122
'misc/test-lib/helpers.js',
2223
'src/**/*.js',
2324
'template/**/*.js'

0 commit comments

Comments
 (0)