|
@@ -12,6 +12,6 @@ app.directive('showOffenders', function() {
|
|
|
controller: function($scope, $element, $attrs, $location) {
|
|
|
$scope.dialogShown = false;
|
|
|
},
|
|
|
- template: ' <span ng-click="dialogShown = true" class="icon-eye"></span><modal-dialog show="dialogShown" dialog-title="{{modalTitle}}: {{phantomasResults.metrics[metricName]}}" width="70%"><ul><li ng-repeat="offender in phantomasResults.offenders[metricName] track by $index">{{offender}}</li></ul></modal-dialog>'
|
|
|
+ template: ' <span ng-click="dialogShown = true" class="icon-eye" title="See offenders"></span><modal-dialog show="dialogShown" dialog-title="{{modalTitle}}: {{phantomasResults.metrics[metricName]}}" width="70%"><ul><li ng-repeat="offender in phantomasResults.offenders[metricName] track by $index">{{offender}}</li></ul></modal-dialog>'
|
|
|
};
|
|
|
});
|