clean up logging

get link pointer showing up correctly on submenu items (href was left off)
This commit is contained in:
lawson89
2014-08-17 10:26:15 -04:00
parent cfb4ebb2b6
commit 30f3c3a95f
3 changed files with 3 additions and 59 deletions

View File

@ -41,7 +41,7 @@ goat.controller('goatMenu', function($scope, $http) {
goat.addMenuClasses = function(arr) {
for (var i = 0; i < arr.length; i++) {
var menuItem = arr[i];
console.log(menuItem);
//console.log(menuItem);
if (arr[i].type && arr[i].type === 'CATEGORY') {
arr[i].class = 'fa-angle-right pull-right';
}