一不小心分类默认为编辑模式了
This commit is contained in:
parent
066d955f43
commit
06ddc48744
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue