apollodec/Apollo/bower_components/oclazyload/examples/requireJSExample/partials/grid.html
saravanakumar_kandasami 7d72a0b91a updated code
2017-11-21 14:56:39 +05:30

4 lines
124 B
HTML

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