分类里面的书签能进行编辑

This commit is contained in:
luchenqun 2017-02-05 10:58:51 +08:00
parent 1c77706722
commit 55711771d9
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', 'book
});
}
$scope.editBookmark = function(bookmarkId) {
toastr.warning('功能暂未实现。。。', "警告");
return;
pubSubService.publish('bookmarksCtr.editBookmark', {
'bookmarkId': bookmarkId
});