tech: remove bower and moved remaining bower dependencies to npm

This commit is contained in:
Torkel Ödegaard
2017-09-22 09:47:25 +02:00
parent 6aad2a5b2d
commit c0c86c1138
39 changed files with 48 additions and 2773 deletions

View File

@@ -25,7 +25,7 @@ function (angular, require, coreModule, kbn) {
getText: '&clipboardButton'
},
link: function(scope, elem) {
require(['vendor/clipboard/dist/clipboard'], function(Clipboard) {
require(['clipboard'], function(Clipboard) {
scope.clipboard = new Clipboard(elem[0], {
text: function() {
return scope.getText();