We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06081e8 commit 32d2984Copy full SHA for 32d2984
src/dialog/docs/demo.js
@@ -2,7 +2,7 @@ function DialogDemoCtrl($scope, $dialog){
2
3
// Inlined template for demo
4
var t = '<div class="modal-header">'+
5
- '<h1>This is the title</h1>'+
+ '<h3>This is the title</h3>'+
6
'</div>'+
7
'<div class="modal-body">'+
8
'<p>Enter a value to pass to <code>close</code> as the result: <input ng-model="result" /></p>'+
src/modal/docs/demo.html
@@ -2,7 +2,7 @@
<button class="btn" ng-click="open()">Open me!</button>
<div modal="shouldBeOpen" close="close()" options="opts">
<div class="modal-header">
- <h4>I'm a modal!</h4>
+ <h3>I'm a modal!</h3>
</div>
<div class="modal-body">
<ul>
0 commit comments