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

Commit

Permalink
docs(datepicker): fix customClass and dateDisabled
Browse files Browse the repository at this point in the history
- Fix documentation for customClass and dateDisabled functions

Closes #5797
Fixes #5757
  • Loading branch information
Rouche authored and wesleycho committed Apr 13, 2016
1 parent d96d53e commit 68ed7ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/datepicker/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Apart from the previous settings, to configure the uib-datepicker you need to cr
<small class="badge">$</small> -
An object to configure the datepicker in one place.

* `customClass (date, mode)` -
An optional expression to add classes based on passing a date and current mode.
* `customClass ({date: date, mode: mode})` -
An optional expression to add classes based on passing an object with date and current mode properties.

* `dateDisabled (date, mode)` -
An optional expression to disable visible options based on passing a date and current mode.
* `dateDisabled ({date: date, mode: mode})` -
An optional expression to disable visible options based on passing an object with date and current mode properties.

* `datepickerMode`
<small class="badge">C</small>
Expand Down

0 comments on commit 68ed7ab

Please sign in to comment.