Skip to content

Instantly share code, notes, and snippets.

@dfernandeza
Created October 4, 2015 18:03
Show Gist options
  • Select an option

  • Save dfernandeza/db7a81c35086a2578a0c to your computer and use it in GitHub Desktop.

Select an option

Save dfernandeza/db7a81c35086a2578a0c to your computer and use it in GitHub Desktop.

Revisions

  1. dfernandeza created this gist Oct 4, 2015.
    5 changes: 5 additions & 0 deletions angular-list.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    <section ng-controller=”productList”>
    <ul>
    <li ng-repeat=”prod in products”>{{ prod.name }}</li>
    </ul>
    </section>