Skip to content

Commit

Permalink
chore(allFeatures) Add column moving to all Features tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
swalters committed Dec 2, 2014
1 parent cc7841b commit b0e36aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/tutorial/401_AllFeatures.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All features are enabled to get an idea of performance
@example
<example module="app">
<file name="app.js">
var app = angular.module('app', ['ui.grid', 'ui.grid.cellNav', 'ui.grid.edit', 'ui.grid.resizeColumns', 'ui.grid.pinning', 'ui.grid.selection']);
var app = angular.module('app', ['ui.grid', 'ui.grid.cellNav', 'ui.grid.edit', 'ui.grid.resizeColumns', 'ui.grid.pinning', 'ui.grid.selection', 'ui.grid.moveColumns']);

app.controller('MainCtrl', ['$scope', '$http', '$timeout', '$interval', function ($scope, $http, $timeout, $interval) {

Expand Down Expand Up @@ -88,7 +88,7 @@ All features are enabled to get an idea of performance
<br>
<strong>{{ myData.length }} rows</strong>
<br>
<div id="grid1" ui-grid="gridOptions" ui-grid-cellNav ui-grid-edit ui-grid-resize-columns ui-grid-pinning ui-grid-selection class="grid"></div>
<div id="grid1" ui-grid="gridOptions" ui-grid-cellNav ui-grid-edit ui-grid-resize-columns ui-grid-pinning ui-grid-selection ui-grid-move-columns class="grid"></div>
</div>
</file>
<file name="main.css">
Expand Down

0 comments on commit b0e36aa

Please sign in to comment.