-
Replies
In FA the router.js file is generated auto after me define in each template
---
name: home
url: /
---
I would like to know how can I disable that funcionality and been able to generate my owns
$stateProvider definitions.
Any help will be apreciate, thank you
riotaylor
about 1 year ago
thanks for sharing the method to work without auto-router. most of the router user unaware of this information. i bought Linksys router and change the default user id and password with the help of Change Linksys Router Password. i searched many blogs related to it but not found any required information. but now after reading this, i am able to work without auto-router.
Delete or comment out
'foundation.dynamicRouting',
'foundation.dynamicRouting.animations',
in you app.js.
Then make a routing file and include the file in your gulp file.