From 6b77b5af07949d89de27e9f01c9902d4a33397d3 Mon Sep 17 00:00:00 2001 From: luto Date: Sat, 26 Apr 2014 22:41:51 +0200 Subject: [PATCH] button, disable-doc: disableButton sets `isButtonDisabled` to true, not false --- app/templates/showcase/show_components/button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/showcase/show_components/button.md b/app/templates/showcase/show_components/button.md index 7ddbd5f..4511c8b 100644 --- a/app/templates/showcase/show_components/button.md +++ b/app/templates/showcase/show_components/button.md @@ -99,7 +99,7 @@ Disabled state can also be hooked to a controller property ``` * `isButtonDisabled` is a boolean property on the controller -* `disableButton` is a function on the controller that sets `isButtonDisabled` to _false_ +* `disableButton` is a function on the controller that sets `isButtonDisabled` to _true_ ## Param