mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-06-30 06:12:08 -06:00
Added custom classes to modal header component
This commit is contained in:
parent
e3e418b82a
commit
0a811d4fbb
1 changed files with 6 additions and 0 deletions
|
|
@ -92,6 +92,12 @@ Template.ionModal.destroyed = function () {
|
|||
};
|
||||
|
||||
Template.ionModal.helpers({
|
||||
barClass: function () {
|
||||
var classes = ['bar', 'bar-header', 'bar-stable'];
|
||||
|
||||
return classes.join(' ');
|
||||
},
|
||||
|
||||
titleClass: function () {
|
||||
var classes = ['title'];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue