meteor-ionic/components/ionTab/ionTab.html
2014-12-25 20:40:43 -05:00

10 lines
271 B
HTML

<template name="ionTab">
<a class="tab-item tab-item-positive {{isActiveRoute regex=path}}" href="{{url}}">
{{#if isActiveRoute regex=path }}
{{> ionIcon icon=iconOn}}
{{else}}
{{> ionIcon icon=iconOff}}
{{/if}}
{{title}}
</a>
</template>