From e9cd230591f8f4e1d92e12e65331dc22bd58632c Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sat, 19 Dec 2015 21:32:49 +0000 Subject: [PATCH] Genres done --- bower.json | 3 +- client/app/app.js | 1 + client/app/views/mixes/mixes.directive.html | 3 + client/app/views/mixes/mixes.less | 15 +- .../views/mixes/upload/upload.controller.js | 337 ++++++++---------- client/app/views/mixes/upload/upload.html | 13 +- client/index.html | 5 +- 7 files changed, 184 insertions(+), 193 deletions(-) diff --git a/bower.json b/bower.json index 6953547..6edf934 100755 --- a/bower.json +++ b/bower.json @@ -37,7 +37,8 @@ "oauth-js": "~0.4.3", "remarkable-bootstrap-notify": "~3.1.3", "smalot-bootstrap-datetimepicker": "~2.3.4", - "js-data-angular": "~3.1.0" + "js-data-angular": "~3.1.0", + "ui-select": "angular-ui-select#~0.13.2" }, "devDependencies": { "angular-mocks": ">=1.2.*", diff --git a/client/app/app.js b/client/app/app.js index 03c70f1..2328228 100755 --- a/client/app/app.js +++ b/client/app/app.js @@ -10,6 +10,7 @@ angular.module('dssWebApp', [ 'angular-loading-bar', 'js-data', 'ui.bootstrap', + 'ui.select', 'dialogs.main', 'infinite-scroll', 'angularFileUpload', diff --git a/client/app/views/mixes/mixes.directive.html b/client/app/views/mixes/mixes.directive.html index 835301d..aa5070f 100755 --- a/client/app/views/mixes/mixes.directive.html +++ b/client/app/views/mixes/mixes.directive.html @@ -26,6 +26,9 @@
+
+ {{g.description}} +
- - +
- + + {{$item.description}} + +
+
+
diff --git a/client/index.html b/client/index.html index 520fc9f..300c16d 100644 --- a/client/index.html +++ b/client/index.html @@ -24,6 +24,7 @@ + @@ -33,10 +34,10 @@ - + @@ -121,6 +122,7 @@ + @@ -138,7 +140,6 @@ -