Skip to content

Instantly share code, notes, and snippets.

@isnifer
Last active December 20, 2015 03:39
Show Gist options
  • Save isnifer/6065012 to your computer and use it in GitHub Desktop.
Save isnifer/6065012 to your computer and use it in GitHub Desktop.
<ul class="pages">
<li class="pages__item">
<a href="{{$parent.Page['@attributes'].url}}" class="pages__link">{{$parent.Page['@attributes'].title}}</a>
<div class="pages__subtree" ng-repeat="Page in $parent.Page.Page">
<div ng-include src="'templates/pages.html'"></div>
</div>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment