From b6d08c5ce5f54bd838ac6a58940a6afb0bac2cfb Mon Sep 17 00:00:00 2001 From: Dana Immertreu Date: Thu, 28 May 2015 14:37:30 -0500 Subject: [PATCH] option should be options. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4616143..d3a90b8 100644 --- a/README.md +++ b/README.md @@ -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