apollo_developers/bower_components/oclazyload/examples/requireJSExample/partials/grid.html
2018-04-19 11:48:46 +05:30

4 lines
124 B
HTML

<div ng-controller="lazyController">
<span>{{test}}</span><br/>
<div ng-grid="gridOptions" class="gridStyle"></div>
</div>