-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ngbs-alert updates (no jquery, validation) (#62)
* yeoman generator for components (#41) * yeoman generator for components * demo md fixes * fix typo * alert updates - removed jquery/bootstrap javascript dependency - added validation - updated docs, fixed typo
- Loading branch information
Showing
3 changed files
with
22 additions
and
6 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## ngbs-alert | ||
|
||
**alert-type** (*string*, optional) - The alert type, as supplied by bottstrap: "success", "info", "warning", "danger". When no value is supplied the type defaults to "info". | ||
**alert-type** (*string*, optional) - The alert type, as supplied by Bootstrap: "success", "info", "warning", or "danger". Defaults to `'info'`. | ||
|
||
**alert-dismissible** (*boolean*, optional) - Whether or not to show a close button inside the alert. Defaults to false. | ||
**alert-dismissible** (*boolean*, optional) - Whether or not to show a close button inside the alert. Defaults to `false`. |
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