mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-27 06:18:11 -06:00
10 lines
222 B
HTML
10 lines
222 B
HTML
<template name="ionNavBackButton">
|
|
<button class="{{classes}}">
|
|
{{> ionIcon icon=icon}}
|
|
{{#unless isAndroid}}
|
|
<span class="back-text">
|
|
{{text}}
|
|
</span>
|
|
{{/unless}}
|
|
</button>
|
|
</template>
|