myems/admin/js/plugins/oclazyload/examples/requireJSExample/partials/grid.html

4 lines
124 B
HTML

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