Skip to content

Instantly share code, notes, and snippets.

@Greg0
Last active May 3, 2016 19:58
./lib/home/templates/
<ion-list>
<ion-item ng-repeat="item in searchCtrl.predictions" ng-click="searchCtrl.showResult(item)">
{{item.description}}
</ion-item>
</ion-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment