| .state('fashion', { | |
| url: '/fashion', | |
| onEnter: ['$location', function ($location) { | |
| $location.path('/static/applications/sales_associate/fashionWebsite/index.html') | |
| }] | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment