Last active
January 3, 2016 16:49
-
-
Save FesterCluck/8491391 to your computer and use it in GitHub Desktop.
Rendered markup when testing https://github.com/angular-ui/ui-router/issues/782 , see screenshot of the render: http://pbrd.co/1h0fJ9r
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
<div id="ui-view" class="container" ui-view> | |
<h1 class="ng-scope ng-binding">Home! {{$id}}</h1> | |
<div ui-view="status" class="ng-scope"> | |
<h1 class="ng-scope">Status Template</h1> | |
</div> | |
<div ui-view="content" class="ng-scope"> | |
<h1 class="ng-scope">Content Template</h1> | |
</div> | |
<h4 class="ng-scope">Inside the {{title}} Controller!</h4> | |
</div> | |
<!-- See the result at http://pbrd.co/1h0fJ9r --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment