From e82ccb78c7ef7eb8543e65c9f22b1b68d07646bd Mon Sep 17 00:00:00 2001 From: luchenqun Date: Thu, 15 Jun 2017 19:03:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B9=A6=E7=AD=BE=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BA=A4=E4=BA=92=E6=96=B9=E5=BC=8F=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/scripts/controllers/edit-controller.js | 4 ++++ public/views/edit.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/scripts/controllers/edit-controller.js b/public/scripts/controllers/edit-controller.js index 35ed192..a23b032 100644 --- a/public/scripts/controllers/edit-controller.js +++ b/public/scripts/controllers/edit-controller.js @@ -180,6 +180,10 @@ app.controller('editCtr', ['$scope', '$state', '$timeout', '$document', 'ngDialo } } + $scope.addTagsToBookmark = function(id){ + + } + pubSubService.subscribe('MenuCtr.showAddBookmarkMoadl', $scope, function(event, params) { console.log('subscribe MenuCtr.showAddBookmarkMoadl', params); $('.ui.modal.js-add-bookmark').modal({ diff --git a/public/views/edit.html b/public/views/edit.html index 46cc5f7..5105896 100644 --- a/public/views/edit.html +++ b/public/views/edit.html @@ -41,7 +41,7 @@ -
{{ tag.name }}
+
{{ tag.name }}