Skip to content

Instantly share code, notes, and snippets.

@nanlabsweb
Created August 18, 2016 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanlabsweb/716516ecfd6ab96dcf428a463e92ceb3 to your computer and use it in GitHub Desktop.
Save nanlabsweb/716516ecfd6ab96dcf428a463e92ceb3 to your computer and use it in GitHub Desktop.
POST - Angular view example.
<ng-include src="'header-view.html'"></ng-include>
<ng-include src="'top-profile-navigation.html'"></ng-include>
<div class="row">
<div ui-view="aside-navigation"></div>
<div ui-view="content"></div>
</div>
<ng-include src="'footer-view.html'"></ng-include>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment