You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Ember addon adds support for validations based on [ember-changeset](https://github.com/poteto/ember-changeset) to [ember-bootstrap](http://kaliber5.github.io/ember-bootstrap/) forms.
5
+
This Ember addon adds support for validations based on [ember-changeset](https://github.com/poteto/ember-changeset) to [ember-bootstrap](https://www.ember-bootstrap.com/) forms.
6
6
This way your forms are only submitted when the underlying data is valid, otherwise the appropriate bootstrap error
7
-
markup will be applied. See the [FormElement documentation](http://kaliber5.github.io/ember-bootstrap/api/classes/Components.FormElement.html) for
7
+
markup will be applied. See the [FormElement documentation](https://www.ember-bootstrap.com/api/classes/Components.FormElement.html) for
8
8
further details.
9
9
10
10
Compatibility
@@ -36,27 +36,24 @@ if you do not have a custom validation implementation:
36
36
ember install ember-changeset-validations
37
37
```
38
38
39
-
If using ember-bootstrap 1.0 (alpha), install the corresponding version of this addon:
0 commit comments