mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-27 14:22:21 -06:00
5 lines
173 B
HTML
5 lines
173 B
HTML
<template name="ionNavView">
|
|
<div data-nav-container class="nav-view-transition-{{transition}} nav-view-direction-forward">
|
|
{{> UI.contentBlock}}
|
|
</div>
|
|
</template>
|