From 3334e36397287235a0af15747f8b4d4d73e15f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 20 Mar 2015 10:24:42 -0400 Subject: [PATCH] Updated --- src/app/directives/templateParamSelector.js | 1 + .../features/dashboard/partials/variableValueSelect.html | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/directives/templateParamSelector.js b/src/app/directives/templateParamSelector.js index 8a21f75ef54..3bd2190fe44 100644 --- a/src/app/directives/templateParamSelector.js +++ b/src/app/directives/templateParamSelector.js @@ -145,6 +145,7 @@ function (angular, app, _, $) { if (selected.length > 1) { if (selected[0].text === 'All') { selected = selected.slice(1, selected.length); + debugger; } } diff --git a/src/app/features/dashboard/partials/variableValueSelect.html b/src/app/features/dashboard/partials/variableValueSelect.html index cc9d3b08f1b..490a84b257a 100644 --- a/src/app/features/dashboard/partials/variableValueSelect.html +++ b/src/app/features/dashboard/partials/variableValueSelect.html @@ -13,10 +13,9 @@
- - - + ng-class="{'selected': selected}" ng-href="{{row.url}}"> + +