Skip to content

Instantly share code, notes, and snippets.

@notionparallax
Last active December 24, 2015 01:59
Show Gist options
  • Save notionparallax/6727245 to your computer and use it in GitHub Desktop.
Save notionparallax/6727245 to your computer and use it in GitHub Desktop.
<div ng-repeat="person in people">
<p>{{p.name.first}}</p>
<slider-box
title-text="{{p.name.first}} {{p.name.last}}"
body-text="Some body text"
img-src="{{ person.employee.photo.colour}}"
more-link="#"></slider-box>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment