Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 2eec71c

Browse files
alexwolfenaomiblack
authored andcommitted
more cleanup
1 parent 165c73b commit 2eec71c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

public/resources/js/directives/api-list.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ angularIO.directive('apiList', function () {
130130

131131
// TOGGLE MENU
132132
$ctrl.toggleMenu = function(kind) {
133-
console.log(kind);
134-
135133
switch(kind) {
136134
case 'type': $ctrl.showTypeMenu = !$ctrl.showTypeMenu; ; break;
137135
case 'status': $ctrl.showStatusMenu = !$ctrl.showStatusMenu; ; break;
@@ -170,7 +168,7 @@ angularIO.directive('apiList', function () {
170168
);
171169

172170

173-
// GET VALUES FORM URL
171+
// GET VALUES FROM URL
174172
function getFilterValues() {
175173
var urlParams = $location.search();
176174

0 commit comments

Comments
 (0)