Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszWatroba committed Jan 12, 2015
1 parent 9cb18f9 commit 4bab2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ angular.module('myApp', ['vButton'])
<button class="Button" ng-click="isBusy = !isBusy" v-busy="isBusy" v-busy-label="Please wait" v-pressable>Busy Button</button>
```

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`)

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

0 comments on commit 4bab2c8

Please sign in to comment.