Skip to content

Instantly share code, notes, and snippets.

@jrwebdev
Last active May 19, 2016 10:14
Show Gist options
  • Save jrwebdev/08088ba8472e6bea154cf0bb12586732 to your computer and use it in GitHub Desktop.
Save jrwebdev/08088ba8472e6bea154cf0bb12586732 to your computer and use it in GitHub Desktop.
Angular UI Router
$stateProvider.state('a-state', {
url: "/a-url",
template: '<a-react-container></a-react-container>'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment