Skip to content

Commit

Permalink
Fix minor typo in resourcedetail infocard (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
rf232 committed Oct 7, 2016
1 parent e80dc2b commit 68db4d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</kd-middle-ellipsis>
</kd-info-card-entry>

<kd-info-card-entry ng-if="$::$ctrl.objectMeta.namespace"
<kd-info-card-entry ng-if="::$ctrl.objectMeta.namespace"
title="{{::$ctrl.i18n.MSG_RESOURCE_DETAIL_INFO_CARD_NAMESPACE_LABEL}}">
{{::$ctrl.objectMeta.namespace}}
</kd-info-card-entry>
Expand Down

0 comments on commit 68db4d9

Please sign in to comment.