You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ling-repeat="service in module.services track by service.instance.url" ng-class="navClass(service.instance, service.provider)" class="api-list-item expand">
254
+
255
+
<ling-repeat="service in module.services track by (service.instance.url || service.provider.url)" ng-class="navClass(service.instance, service.provider)" class="api-list-item expand">
Copy file name to clipboardExpand all lines: docs/partials/api/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
<h1><codeng:non-bindable=""></code>
1
+
<ahref="https://github.com/angular-ui/ui-grid/edit/master/misc/api/index.ngdoc" class="improve-docs"><iclass="icon-edit"></i>Improve this doc</a><ahref="https://github.com/angular-ui/ui-grid/blob/089006f/misc/api/index.ngdoc#L2" class="view-source"><iclass="icon-eye-open"></i>View source</a><h1><codeng:non-bindable=""></code>
2
2
<div><spanclass="hint"></span>
3
3
</div>
4
4
</h1>
5
5
<div><divclass="api-page api-index-page"><p>The ui-grid API consists of the core ui.grid documentation, plus documentation for each of the features that
6
6
you can choose to add to the grid.</p>
7
7
<p>In general the features will extend the core ui-grid configuration. So, for example, if you wanted to configure
8
8
the core ui-grid, you might choose to set some options and columns on your grid (the documentation for these is
9
-
found in <ahref="#/api/ui.grid.class:GridOptions">gridOptions</a> and <ahref="#/api/ui.grid.class:GridOptions.columnDef">columnDef</a>.</p>
9
+
found in <ahref="#!/api/ui.grid.class:GridOptions">gridOptions</a> and <ahref="#!/api/ui.grid.class:GridOptions.columnDef">columnDef</a>.</p>
0 commit comments