Skip to content

Commit

Permalink
option should be options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Immertreu authored and Dana Immertreu committed May 28, 2015
1 parent 37cc9e1 commit b6d08c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The directive takes an optional attribute of `config`
This is an object in your controller you can use to remove options from the user. For example if you would like the user to be able to set Minute, Hour, and Day but not Week, Month, and Year you would create the following object in your controller:

$scope.myConfig = {
option: {
options: {
allowWeek : false,
allowMonth : false,
allowYear : false
Expand Down

0 comments on commit b6d08c5

Please sign in to comment.