Skip to content

Commit b112021

Browse files
committed
Fix incorrect dirty flag when initializing from JSON angular-ui#151 (fix jquery) , closes angular-ui#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

+1
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)