From 475508baa9f0b21087eb85048d51af342aa09692 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 16 Dec 2015 17:15:43 +0100 Subject: Add the app!!! --- afb-client/app/Frontend/tmp/routes.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 afb-client/app/Frontend/tmp/routes.js (limited to 'afb-client/app/Frontend/tmp') diff --git a/afb-client/app/Frontend/tmp/routes.js b/afb-client/app/Frontend/tmp/routes.js new file mode 100644 index 0000000..c3c5ba4 --- /dev/null +++ b/afb-client/app/Frontend/tmp/routes.js @@ -0,0 +1 @@ +var foundationRoutes = [{"name":"mysample","url":"/sample","controller":"SampleController as ctrl","animationIn":"slideInRight","path":"pages/Sample/Sample.html"},{"name":"myhome","url":"/home","controller":"HomeController as ctrl","animationIn":"slideInRight","path":"pages/Home/Home.html"}]; -- cgit 1.2.3-korg