We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb18f9 commit 4bab2c8Copy full SHA for 4bab2c8
README.md
@@ -38,7 +38,7 @@ angular.module('myApp', ['vButton'])
38
<button class="Button" ng-click="isBusy = !isBusy" v-busy="isBusy" v-busy-label="Please wait" v-pressable>Busy Button</button>
39
```
40
41
-Resoult html: when the button is pressed and the `isBusy` value is equal `true`
+Resoult html: (when the button is pressed and the `isBusy` value is equal `true`)
42
43
```html
44
<button class="Button is-busy is-pressed" ng-click="isBusy = !isBusy" v-busy="isBusy" v-busy-label="Please wait" v-pressable>
0 commit comments