more cleanup

This commit is contained in:
Alex Wolfe 2016-10-07 13:13:36 -07:00 committed by Naomi Black
parent 165c73b1dd
commit 2eec71cebb
1 changed files with 1 additions and 3 deletions

View File

@ -130,8 +130,6 @@ angularIO.directive('apiList', function () {
// TOGGLE MENU
$ctrl.toggleMenu = function(kind) {
console.log(kind);
switch(kind) {
case 'type': $ctrl.showTypeMenu = !$ctrl.showTypeMenu; ; break;
case 'status': $ctrl.showStatusMenu = !$ctrl.showStatusMenu; ; break;
@ -170,7 +168,7 @@ angularIO.directive('apiList', function () {
);
// GET VALUES FORM URL
// GET VALUES FROM URL
function getFilterValues() {
var urlParams = $location.search();