Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit b112021

Browse files
committed
Fix incorrect dirty flag when initializing from JSON #151 (fix jquery) , closes #151
1 parent 8ceb7bd commit b112021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = function(config) {
1616
files: [
1717
// Dependencies
1818
'bower_components/jquery/jquery.js',
19+
'bower_components/jquery/dist/jquery.js',
1920
'bower_components/angular/angular.js',
2021
'bower_components/angular-mocks/angular-mocks.js',
2122
'bower_components/select2/select2.js',

0 commit comments

Comments
 (0)