-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added updates for ember-bootstrap 1.0.0-alpha
- Loading branch information
1 parent
3fc853e
commit 135404b
Showing
5 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ further details. | |
|
||
## Installation | ||
|
||
`ember install ember-bootstrap-changeset-validations` | ||
ember install ember-bootstrap-changeset-validations | ||
|
||
You should have installed the ember-bootstrap and ember-changeset addons already. If not install them: | ||
|
||
|
@@ -25,6 +25,10 @@ if you do not have a custom validation implementation: | |
ember install ember-changeset-validations | ||
``` | ||
|
||
If using ember-bootstrap 1.0 (alpha), install the corresponding version of this addon: | ||
|
||
ember install [email protected] | ||
|
||
## Usage | ||
|
||
Define your model and its validations as described in [ember-changeset-validations](https://github.com/poteto/ember-changeset-validations/). | ||
|
2 changes: 1 addition & 1 deletion
2
addon/components/bs-form-element.js → addon/components/bs-form/element.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/components/bs-form-element.js → app/components/bs-form/element.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { default } from 'ember-bootstrap-changeset-validations/components/bs-form-element'; | ||
export { default } from 'ember-bootstrap-changeset-validations/components/bs-form/element'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters