From 2c5d799f83a0976c9dc3e9db303437b0bdbce9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20H=C3=A5kansson?= Date: Sat, 2 Jul 2016 12:28:31 +0200 Subject: [PATCH] docs: Update Button docs so they match the output images --- src/components/button/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/button/README.md b/src/components/button/README.md index 0f3d3bec6fbc..5e6161961e9c 100644 --- a/src/components/button/README.md +++ b/src/components/button/README.md @@ -80,12 +80,13 @@ Output: ### Disabling You can disable any button type through the native `disabled` property. You can add it directly, or bind it to a property on your -component class. +component class by adding `[disabled]="isDisabled"` given that the `isDisabled` +property exists. ```html - - - + + + ``` Output: