From 5a87b82700a736e7c443023399da3d2a31098895 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 4 May 2017 13:59:00 +0200 Subject: Rename to more meaningful name directories Change-Id: Ib3990308c1f2358b3e330cd0068719098c4dab56 Signed-off-by: Romain Forlot --- templates/hybrid-html5/app/Frontend/etc/routes.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 templates/hybrid-html5/app/Frontend/etc/routes.js (limited to 'templates/hybrid-html5/app/Frontend/etc/routes.js') diff --git a/templates/hybrid-html5/app/Frontend/etc/routes.js b/templates/hybrid-html5/app/Frontend/etc/routes.js new file mode 100644 index 0000000..0df3030 --- /dev/null +++ b/templates/hybrid-html5/app/Frontend/etc/routes.js @@ -0,0 +1 @@ +var foundationRoutes = [{"name":"SampleHome","url":"/sample-home","controller":"SampleHomeController as ctrl","animationIn":"slideInRight","path":"pages/SampleHome/SampleHome.html"}]; -- cgit 1.2.3-korg