Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/features/cellnav/js/cellnav.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<div class="alert alert-success" role="alert"><strong>Stable</strong> This feature is stable. There should no longer be breaking api changes without a deprecation warning.</div>

This module provides auto-resizing functionality to UI-Grid.
This module provides cell navigation functionality to UI-Grid.
*/
var module = angular.module('ui.grid.cellNav', ['ui.grid']);

Expand Down