Skip to content

Instantly share code, notes, and snippets.

@wedgybo
Created February 4, 2014 10:30
Show Gist options
  • Save wedgybo/8801261 to your computer and use it in GitHub Desktop.
Save wedgybo/8801261 to your computer and use it in GitHub Desktop.
AngularJS UITableView example
<div mlz-ui-table-view="items" mlz-ui-table-view-row-height="100" mlz-ui-table-view-buffer="20">
<div class="mlz-ui-table-view-wrapper">
<div ng-repeat="item in tableView.buffer.items track by item.$$position">
<dt ng-bind="item.name"></dt>
<dd ng-bind="item.details"></dd>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment