charts: port toggleChart back in (functional, but it's not getting the

right width)
This commit is contained in:
Tyler Renelle
2013-10-19 16:15:48 -07:00
parent 6d98194df2
commit cef8431af0
7 changed files with 41 additions and 34 deletions

View File

@@ -116,4 +116,4 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User', '
User.log({op: 'clear-completed'});
}
}]);
}]);