-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing overlay layout to a single column #2127
Changing overlay layout to a single column #2127
Conversation
@@ -0,0 +1,20 @@ | |||
<div class="order-service-details" ng-if="!$ctrl.selectStep.selected"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think the ng-if
is needed here because you check ng-if="step.selected"
above before including the view.
<div class="order-service-details" ng-if="!$ctrl.selectStep.selected"> | ||
<div class="order-service-details-top"> | ||
<div class="service-icon"> | ||
<span class="icon {{$ctrl.iconClass}}"></span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aria-hidden="true"
[merge] |
Evaluated for origin web console merge up to e3af4f7 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/249/) (Base Commit: 0ffc72d) (PR Branch Commit: e3af4f7) |
https://trello.com/c/6zsvyyYu
Requires openshift/origin-web-catalog#413