[update] Add copy button

This commit is contained in:
brunosimon
2016-10-10 00:35:32 +02:00
parent 5b430171b4
commit 037c30aefe
7 changed files with 123 additions and 4 deletions
@@ -1,7 +1,8 @@
var application = angular.module(
'application',
[
'hljs'
'hljs',
'angular-clipboard'
]
);