X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=afb-client%2Fapp%2FFrontend%2Fetc%2Froutes.js;fp=afb-client%2Fapp%2FFrontend%2Fetc%2Froutes.js;h=c3c5ba45113fcf9094e1a0aa679ffad5d82c0333;hb=4136c1506e0c894e604ec069339313987a7e05e7;hp=0000000000000000000000000000000000000000;hpb=07eb8e102607da8d6a4c1cd9835e8465c9280161;p=src%2Fapp-framework-demo.git 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"}];