Skip to content

Commit 1e538a7

Browse files
committed
update json-editor version
1 parent 669bc16 commit 1e538a7

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"bootstrap": "~3.3.2"
2424
},
2525
"dependencies": {
26-
"json-editor": "~0.7.15"
26+
"json-editor": "~0.7.2"
2727
}
2828
}

demo/demo.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ angular.module('demo', ['ngSanitize', 'mohsen1.schema-form']);
44

55
angular.module('demo')
66

7-
.controller('TestCtrl', function ($scope, $http) {
7+
.controller('TestCtrl', function ($scope, $http, SchemaForm) {
8+
9+
// Configure SchemaForm
10+
SchemaForm.options = {
11+
theme: 'bootstrap3',
12+
// remove_empty_properties: true,
13+
show_errors: 'change'
14+
};
15+
816
$scope.simpleString = 'Hello world';
917

1018
// ---------------------------------------------------------------------------

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.0.2 - 2015-05-22T21:26:40.666Z
4+
* Version: 0.1.0 - 2015-06-10T16:05:24.953Z
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.0.2 - 2015-05-22T21:26:40.664Z
4+
* Version: 0.1.0 - 2015-06-10T16:05:24.947Z
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.0.2 - 2015-05-22T21:26:40.666Z
4+
* Version: 0.1.0 - 2015-06-10T16:05:24.953Z
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.

0 commit comments

Comments
 (0)