Skip to content

Commit

Permalink
Merge pull request #39 from vimsucks/master
Browse files Browse the repository at this point in the history
任务详情->右键复制去除标签名
  • Loading branch information
jae-jae authored Aug 23, 2019
2 parents 2f84b2e + f94db66 commit 3dff783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AriaNg/src/scripts/controllers/task-detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
value += angular.element(element).text().trim();
});

var info = name + ': ' + value;
var info = value;
clipboard.copyText(info);
};

Expand Down

0 comments on commit 3dff783

Please sign in to comment.