Showing posts with label ng-repeat. Show all posts
Showing posts with label ng-repeat. Show all posts

Thursday, July 26, 2018

li ng-repeat example




<ul>
        <li ng-repeat="control in controls" id="{{control.id}}">
        </li>
</ul>