mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-27 06:18:11 -06:00
8 lines
245 B
HTML
8 lines
245 B
HTML
<template name="ionNavBackButton">
|
|
<a href="{{url}}" class="buttons button button-clear back-button" data-nav-direction="back">
|
|
{{> ionIcon icon='ios-arrow-back'}}
|
|
<span class="back-text">
|
|
{{text}}
|
|
</span>
|
|
</a>
|
|
</template>
|