Skip to content

Instantly share code, notes, and snippets.

@anghelalexandra
Created June 10, 2017 19:26
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 anghelalexandra/b5d04ab1e7a855fd186e4055489044b9 to your computer and use it in GitHub Desktop.
Save anghelalexandra/b5d04ab1e7a855fd186e4055489044b9 to your computer and use it in GitHub Desktop.
wp-pwa-sample-display-categories
<ion-view view-title="Progressive Web App Sample" cache-view="false">
<ion-content>
<ion-list>
<div
ng-repeat="category in categoriesVm.categories">
<p data-ng-bind-html="category.name | TrustHtmlFilter"></p>
</div>
</ion-list>
</ion-content>
</ion-view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment