Skip to content

Commit

Permalink
add search variable to scope
Browse files Browse the repository at this point in the history
  • Loading branch information
maheswaranm committed Dec 20, 2017
1 parent 381cc8c commit 1f208e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/controllers/ApplicationController.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ angular.module('mpk').controller('ApplicationController',
$scope.switchToList.splice(0,0,'Switch to ...');
});

$scope.kanbanSearch = "";

$scope.$on('ColumnsChanged', function(){
$scope.columnWidth = "300px";
$scope.columnHeight = calculateColumnHeight();
Expand Down

0 comments on commit 1f208e9

Please sign in to comment.