mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-29 06:12:31 -06:00
Added custom classes to modal header component
This commit is contained in:
parent
0a811d4fbb
commit
7a75449b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div class="modal-wrapper">
|
||||
<div class="{{classes}}">
|
||||
|
||||
<div class="bar bar-header bar-stable">
|
||||
<div class="{{barClass}}">
|
||||
<h2 class="{{titleClass}}">{{title}}</h2>
|
||||
{{#if closeText}}
|
||||
<button data-dismiss="modal" class="button button-positive button-clear">{{closeText}}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue