mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
fix path to import pages from tabs js
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
import {NavController, Page} from 'ionic/ionic';
|
import {NavController, Page} from 'ionic/ionic';
|
||||||
|
|
||||||
<% _.forEach(tabs, function(tab) { %>import {<%= tab.jsClassName %>} from '../<%= tab.fileName %>/<%= tab.fileName %>';
|
<% _.forEach(tabs, function(tab) { %>import {<%= tab.jsClassName %>} from '../../<%= tab.fileName %>/<%= tab.fileName %>';
|
||||||
<% }); %>
|
<% }); %>
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'app/<%= fileName %>/<%= fileName %>.html'
|
templateUrl: 'app/<%= fileName %>/<%= fileName %>.html'
|
||||||
|
Reference in New Issue
Block a user