From b0e36aaed40e9d2a4483f8011ae9f12a6f74ac42 Mon Sep 17 00:00:00 2001 From: Shane Walters Date: Tue, 2 Dec 2014 09:13:45 -0600 Subject: [PATCH] chore(allFeatures) Add column moving to all Features tutorial --- misc/tutorial/401_AllFeatures.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tutorial/401_AllFeatures.ngdoc b/misc/tutorial/401_AllFeatures.ngdoc index c6814aec38..cd7ad5c97d 100644 --- a/misc/tutorial/401_AllFeatures.ngdoc +++ b/misc/tutorial/401_AllFeatures.ngdoc @@ -11,7 +11,7 @@ All features are enabled to get an idea of performance @example - 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
{{ myData.length }} rows
-
+