diff --git a/public/scripts/controllers/tags-controller.js b/public/scripts/controllers/tags-controller.js index 3476570..72b56d1 100644 --- a/public/scripts/controllers/tags-controller.js +++ b/public/scripts/controllers/tags-controller.js @@ -480,7 +480,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim var t = offset.top; var l = offset.left; var w = $('.js-tags').width(); - $('.js-note-add').offset({ + $('.js-tag-edit').offset({ top: t + 10, left: l + w - 10, }) diff --git a/public/views/tags.html b/public/views/tags.html index fef7c46..321b9b2 100644 --- a/public/views/tags.html +++ b/public/views/tags.html @@ -41,7 +41,7 @@ -