Skip to content

Instantly share code, notes, and snippets.

@FesterCluck
Last active January 3, 2016 16:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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
<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