note selection adjustment

This commit is contained in:
Mo Bitar
2017-02-27 12:31:32 -06:00
parent 34bb127489
commit 8462482f46
3 changed files with 8 additions and 16 deletions

View File

@@ -34,10 +34,11 @@ angular.module('app.frontend')
}, 30000);
});
$scope.allTag = new Tag({all: true});
$scope.allTag.title = "All";
var allTag = new Tag({all: true});
allTag.title = "All";
$scope.tags = modelManager.tags;
$scope.allTag.notes = modelManager.notes;
allTag.notes = modelManager.notes;
$scope.allTag = allTag;
/*
Editor Callbacks