Last active
May 19, 2016 10:14
-
-
Save jrwebdev/08088ba8472e6bea154cf0bb12586732 to your computer and use it in GitHub Desktop.
Angular UI Router
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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