Skip to content

Commit

Permalink
style(dialog): use double quotes around HTML attribute value
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhhz authored and pkozlowski-opensource committed May 20, 2013
1 parent 421ef0e commit 48dac23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/dialog/message.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ <h3>{{ title }}</h3>
<p>{{ message }}</p>
</div>
<div class="modal-footer">
<button ng-repeat="btn in buttons" ng-click="close(btn.result)" class=btn ng-class="btn.cssClass">{{ btn.label }}</button>
<button ng-repeat="btn in buttons" ng-click="close(btn.result)" class="btn" ng-class="btn.cssClass">{{ btn.label }}</button>
</div>

0 comments on commit 48dac23

Please sign in to comment.