Skip to content

Commit 47bdfb1

Browse files
committed
Fix broken tests
1 parent 4c83c61 commit 47bdfb1

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"devDependencies": {
1919
"jquery": "~2.1.1",
20-
"bootstrap": "~3.3.2"
20+
"bootstrap": "~3.3.2",
21+
"angular-mocks": "~1.4.2"
2122
},
2223
"dependencies": {
2324
"json-editor": "~0.7.2",

dist/schema-form.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-json-schema-form
33
* https://github.com/mohsen1/angular-json-schema-form
4-
* Version: 0.1.1 - 2015-07-05T01:24:43.007Z
4+
* Version: 0.1.3 - 2015-07-13T22:20:46.488Z
55
* License: MIT
66
*/
77

dist/schema-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-json-schema-form
33
* https://github.com/mohsen1/angular-json-schema-form
4-
* Version: 0.1.1 - 2015-07-05T01:24:43.000Z
4+
* Version: 0.1.3 - 2015-07-13T22:20:46.480Z
55
* License: MIT
66
*/
77

dist/schema-form.min.css.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* angular-json-schema-form
33
* https://github.com/mohsen1/angular-json-schema-form
4-
* Version: 0.1.1 - 2015-07-05T01:24:43.007Z
4+
* Version: 0.1.3 - 2015-07-13T22:20:46.488Z
55
* License: MIT
66
*/

dist/schema-form.min.js.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/schema-form.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('schema-form', function() {
66
var $rootScope;
77
var element;
88

9-
beforeEach(module('ngSanitize', 'mohsen1.schema-form'));
9+
beforeEach(module('mohsen1.schema-form'));
1010
beforeEach(inject(function(_$rootScope_, _$compile_) {
1111
$rootScope = _$rootScope_;
1212
scope = $rootScope.$new();

0 commit comments

Comments
 (0)