This repository has been archived by the owner on May 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(macTime, macDatepicker): Updated docs with how to clear directives
- Loading branch information
1 parent
9d0ab82
commit edb34cb
Showing
4 changed files
with
5 additions
and
3 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
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
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,7 +1,7 @@ | ||
<h1>Time</h1> | ||
<p>A directive for creating a time input field </p> | ||
<h3>Parameters</h3> | ||
<p><strong>mac-time-model</strong><br>Type: <code>String</code><br>Model to bind input to </p> | ||
<p><strong>mac-time-model</strong><br>Type: <code>String</code><br>Assignable angular expression to data-bind to<br>Clearing model by setting it to null or '' will set model back to default value </p> | ||
<p><strong>mac-time-placeholder</strong><br>Type: <code>String</code><br>Placeholder text of the text input (default --:--) </p> | ||
<p><strong>mac-time-disabled</strong><br>Type: <code>String</code><br>Enable or disable time input </p> | ||
<p><strong>mac-time-default</strong><br>Type: <code>String</code><br>If model is undefined, use this as the starting value (default 12:00 PM) </p> |