From dc54faf5f7d3f0480cf887af6002cb095bf444a3 Mon Sep 17 00:00:00 2001 From: Martin Povolny Date: Thu, 9 Nov 2017 08:14:06 +0100 Subject: [PATCH] Minor style fixes to angular_components.md. --- ui/angular_components.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/angular_components.md b/ui/angular_components.md index 5afeb2e4..3f6cddb9 100644 --- a/ui/angular_components.md +++ b/ui/angular_components.md @@ -28,9 +28,9 @@ Component for a button element. It consists of: * `name` (String) sets text shown in the button. * `enabled` (expression) sets button to enabled or disabled. -* `enabledTitle` (String, optional) used if button has different title/alt for enabled and disabled state. Sets title/alt for enabled button. If enabledTitle is set disabledTitle should be set as well. -* `disabledTitle` (String, optional) used if button has different title/alt for enabled and disabled state. Sets title/alt for disabled button. If disabledTitle is set enabledTitle should be set as well. +* `enabledTitle` (String, optional) used if button has different title/alt for enabled and disabled state. Sets title/alt for enabled button. If `enabledTitle` is set `disabledTitle` should be set as well. +* `disabledTitle` (String, optional) used if button has different title/alt for enabled and disabled state. Sets title/alt for disabled button. If `disabledTitle` is set `enabledTitle` should be set as well. * `primary` (expression, optional) True if button has class `btn-primary` otherwise it will have class `btn-default`. * `onClick` (function) is a callback to be called when button is clicked. -If title/alt is same for both states `title` and `alt` should be set as attributes of the button. \ No newline at end of file +If `title`/`alt` are the same for both states, `title` and `alt` should be set as attributes of the button.