index.html 95 B

123456
  1. <h4>
  2. Hello view.html
  3. </h4>
  4. <div ng-controller="Ctrl" ng-repeat="x in items">
  5. {{$index}}
  6. </div>