From e3d26a820db76f006ec364c90dc54a689446d998 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 --- .../app/Frontend/pages/SampleHome/SampleHome.html | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 examples/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.html (limited to 'examples/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.html') diff --git a/examples/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.html b/examples/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.html deleted file mode 100644 index 8ecdd64..0000000 --- a/examples/hybrid-html5/app/Frontend/pages/SampleHome/SampleHome.html +++ /dev/null @@ -1,30 +0,0 @@ - ---- -name: SampleHome -url: /sample-home -controller: SampleHomeController as ctrl -animationIn: slideInRight ---- - -

- - App Framework - Hybrid HTML5 Client -

- - - - -
- - - -
-
-
- req/res= {{ctrl.request}} - status= {{ctrl.errcode}} -
-
- - - -- cgit