summaryrefslogtreecommitdiffstats
path: root/afb-client/app/Frontend/etc/routes.js
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2015-12-20 21:04:34 +0100
committerFulup Ar Foll <fulup@iot.bzh>2015-12-20 21:04:34 +0100
commit4136c1506e0c894e604ec069339313987a7e05e7 (patch)
tree1276966f93dce30949e78d4aef456223dea71b48 /afb-client/app/Frontend/etc/routes.js
parent07eb8e102607da8d6a4c1cd9835e8465c9280161 (diff)
Implemented client upload with rangeslider and zip open
Diffstat (limited to 'afb-client/app/Frontend/etc/routes.js')
-rw-r--r--afb-client/app/Frontend/etc/routes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/afb-client/app/Frontend/etc/routes.js b/afb-client/app/Frontend/etc/routes.js
new file mode 100644
index 0000000..c3c5ba4
--- /dev/null
+++ b/afb-client/app/Frontend/etc/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"}];