Merge pull request #4438 from ulferts/fix/update_accessibility_labels

reflect value update in accessibility labels
pull/4439/head
Oliver Günther 9 years ago
commit 89a572d34d
  1. 2
      frontend/app/components/work-packages/wp-display-attr/wp-display-attr.directive.html

@ -1,7 +1,7 @@
<span class="inplace-edit--read-value--container">
<span class="hidden-for-sighted"
ng-attr-id="{{$ctrl.labelId}}">
{{::$ctrl.label}} {{::$ctrl.displayText}}
{{ ::$ctrl.label }} {{ $ctrl.displayText }}
</span>
<span class="wp-table--cell-span inplace-edit--read-value--value"
ng-switch="$ctrl.displayType"

Loading…
Cancel
Save