Skip to content
Permalink
Browse files

chore(allFeatures) Add column moving to all Features tutorial

  • Loading branch information
swalters committed Dec 2, 2014
1 parent cc7841b commit b0e36aaed40e9d2a4483f8011ae9f12a6f74ac42
Showing with 2 additions and 2 deletions.
  1. +2 −2 misc/tutorial/401_AllFeatures.ngdoc
@@ -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) {

@@ -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">

0 comments on commit b0e36aa

Please sign in to comment.
You can’t perform that action at this time.