From 55711771d9e699e5fc89710b7df670e9658513bf Mon Sep 17 00:00:00 2001 From: luchenqun Date: Sun, 5 Feb 2017 10:58:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E9=87=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E4=B9=A6=E7=AD=BE=E8=83=BD=E8=BF=9B=E8=A1=8C=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/scripts/controllers/tags-controller.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/scripts/controllers/tags-controller.js b/public/scripts/controllers/tags-controller.js index c35a5cf..05d4f21 100644 --- a/public/scripts/controllers/tags-controller.js +++ b/public/scripts/controllers/tags-controller.js @@ -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 });