-
Notifications
You must be signed in to change notification settings - Fork 90
Convert card module from directives to components #369
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
Convert card module from directives to components #369
Conversation
@dtaylor113 - the boolean/alt-layout is marked as deprecated, not the status card - this is not a change from the current behavior |
LGTM. Minor issue, not introduced in this PR, but the card examples titles are sort of looking like params? I don't think the @name likes dashes:
|
</a> | ||
</li> | ||
</ul> | ||
<div uib-dropdown class="card-pf-time-frame-filter"> |
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.
Just curious. Was this change because we upgraded to UI Bootstrap?
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.
Yeah - it actually came in from master (it was a contributed change after we branched for 4.0) - I ported it in so I wouldn't lose the change.
LGTM. I'd merge it, but not sure there are any changes need in regard to @dtaylor113 's comment? |
My issues shouldn't hold up merging this PR :-) |
@dlabrecq @dtaylor113 - I looked into those dashes in the name and we can't change that. ngdocs uses the @name parameter to generate the left-hand navigation and if we remove those dashes, we'll end up with multiple entries in the navigation with the same name. |
Ok @dtaylor113, I'll merge. |
This completes the entire card module conversion - all unit tests work, ngdocs work correctly and all examples are building and working.