一不小心分类默认为编辑模式了

This commit is contained in:
luchenqun 2017-02-25 23:11:32 +08:00
parent 066d955f43
commit 06ddc48744
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
$scope.currentPage = 1;
$scope.inputPage = '';
$scope.currentTagId = ($stateParams && $stateParams.tagId) || '';
$scope.edit = true;
$scope.edit = false;
pubSubService.subscribe('MenuCtr.tags', $scope, function(event, data) {
console.log('subscribe MenuCtr.tags', data);