Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit dbae55a

Browse files
Justin Hallpkozlowski-opensource
Justin Hall
authored andcommitted
demo(alert): add btn-default class to button
1 parent cdc268f commit dbae55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alert/docs/demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div ng-controller="AlertDemoCtrl">
22
<alert ng-repeat="alert in alerts" type="alert.type" close="closeAlert($index)">{{alert.msg}}</alert>
3-
<button class='btn' ng-click="addAlert()">Add Alert</button>
3+
<button class='btn btn-default' ng-click="addAlert()">Add Alert</button>
44
</div>

0 commit comments

Comments
 (0)