close ul tag (ng-repeat)

This commit is contained in:
Ben Sarmiento 2015-08-13 22:12:36 +08:00
parent f15c051d14
commit 1f2adf97e1
1 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ layout: default
<li ng-repeat="phone in phones"> <li ng-repeat="phone in phones">
{{phone.name}} {{phone.name}}
</li> </li>
</ul>
### Model (ng-model) ### Model (ng-model)