From 429689c79f7a229a7bf9f412f7ae20d25c19b43f Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 12 Jan 2016 10:47:00 +0000 Subject: [PATCH] Added back ngclipboard --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 5fc2fd4..fd46e92 100755 --- a/bower.json +++ b/bower.json @@ -38,14 +38,14 @@ "smalot-bootstrap-datetimepicker": "~2.3.4", "js-data-angular": "~3.1.0", "ui-select": "angular-ui-select#~0.13.2", - "ngInfiniteScroll": "~1.2.1" + "ngInfiniteScroll": "~1.2.1", + "ngclipboard": "~1.1.0" }, "devDependencies": { "angular-mocks": ">=1.2.*", "angular-scenario": ">=1.2.*" }, "resolutions": { - "js-data-angular": "~3.1.0", "angular-bootstrap": "~0.14.3", "angular": "1.4.8" }