Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
.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
You can’t perform that action at this time.