Fixed errors caused by poor git-fu.

Forgot I was on a detached head, made a commit, and failed hard at
cherry-picking the commit back to the correct branch.
This commit is contained in:
John Montgomery
2015-03-31 08:55:16 -04:00
parent c2e2122efd
commit e35c753bdc
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ habitrpg.controller("FiltersCtrl", ['$scope', '$rootScope', 'User', 'Shared',
function($scope, $rootScope, User, Shared) {
var user = User.user;
$scope._editing = false;
$scope._newTag = {name:''};
var tagsSnap; // used to compare which tags need updating