Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs(datepicker): switch to use uib
Browse files Browse the repository at this point in the history
- Properly update datepicker configuration
  • Loading branch information
wesleycho committed Oct 11, 2015
1 parent 9e71da8 commit 61b1953
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/datepicker/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Everything is formatted using the [date filter](http://docs.angularjs.org/api/ng

### Datepicker Settings ###

All settings can be provided as attributes in the `datepicker` or globally configured through the `datepickerConfig`.
All settings can be provided as attributes in the `uib-datepicker` or globally configured through the `uibDatepickerConfig`.

* `ng-model` <i class="glyphicon glyphicon-eye-open"></i>
:
Expand Down Expand Up @@ -93,9 +93,9 @@ All settings can be provided as attributes in the `datepicker` or globally confi
### Popup Settings ###

Options for datepicker can be passed as JSON using the `datepicker-options` attribute.
Specific settings for the `datepicker-popup`, that can globally configured through the `datepickerPopupConfig`, are:
Specific settings for the `uib-datepicker-popup`, that can globally configured through the `uibDatepickerPopupConfig`, are:

* `datepicker-popup`
* `uib-datepicker-popup`
_(Default: 'yyyy-MM-dd')_ :
The format for displayed dates.

Expand Down

0 comments on commit 61b1953

Please sign in to comment.