Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
add busy-when-name to demo button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Grabski committed Jan 30, 2014
1 parent 2fd1113 commit 17b6928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2>Demo</h2>
<p>
Clicking on the button below will display a custom busy message (containing HTML) when an HTTP request is made to load posts from a subreddit. When the request completes, the original content will be restored.
</p>
<button type="button" class="btn btn-primary" busy ng-click="fetch()">
<button type="button" class="btn btn-primary" busy busy-when-name="reddit" ng-click="fetch()">
<busy-message><i class="fa fa-refresh fa-spin"></i> Please wait...</busy-message>
<i class="fa fa-cloud-download"></i> Load posts
</button>
Expand Down

0 comments on commit 17b6928

Please sign in to comment.