Skip to content

Commit 4bab2c8

Browse files
committed
update README.md
1 parent 9cb18f9 commit 4bab2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ angular.module('myApp', ['vButton'])
3838
<button class="Button" ng-click="isBusy = !isBusy" v-busy="isBusy" v-busy-label="Please wait" v-pressable>Busy Button</button>
3939
```
4040

41-
Resoult html: when the button is pressed and the `isBusy` value is equal `true`
41+
Resoult html: (when the button is pressed and the `isBusy` value is equal `true`)
4242

4343
```html
4444
<button class="Button is-busy is-pressed" ng-click="isBusy = !isBusy" v-busy="isBusy" v-busy-label="Please wait" v-pressable>

0 commit comments

Comments
 (0)