查找备忘时候备忘个数不显示
This commit is contained in:
parent
9362e7570b
commit
b39f8b40f3
|
|
@ -254,6 +254,7 @@ app.controller('noteCtr', ['$scope', '$state', '$stateParams', '$filter', '$wind
|
|||
|
||||
$scope.clickTag = function(id) {
|
||||
$scope.currentTagId = id;
|
||||
$scope.totalItems = 0;
|
||||
updateSelectTag(id);
|
||||
|
||||
if ($scope.add || $scope.edit) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue