Skip to content

Commit 5050b73

Browse files
committed
Fix a word error
1 parent e2bcd12 commit 5050b73

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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.0 - 2015-06-10T18:55:17.668Z
4+
* Version: 0.1.1 - 2015-06-20T19:01:46.263Z
55
* License: MIT
66
*/
77

dist/schema-form.js

Lines changed: 2 additions & 2 deletions
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.0 - 2015-06-10T18:55:17.661Z
4+
* Version: 0.1.1 - 2015-06-20T19:01:46.246Z
55
* License: MIT
66
*/
77

@@ -32,7 +32,7 @@ angular.module('mohsen1.schema-form', [])
3232

3333
return {
3434
restrict: 'A',
35-
replcae: false,
35+
replace: false,
3636
require: '?ngModel',
3737
scope: {
3838
'schema': '=schemaForm'

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.0 - 2015-06-10T18:55:17.668Z
4+
* Version: 0.1.1 - 2015-06-20T19:01:46.263Z
55
* License: MIT
66
*/

dist/schema-form.min.js.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/schema-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ angular.module('mohsen1.schema-form', [])
2424

2525
return {
2626
restrict: 'A',
27-
replcae: false,
27+
replace: false,
2828
require: '?ngModel',
2929
scope: {
3030
'schema': '=schemaForm'

0 commit comments

Comments
 (0)