-
Notifications
You must be signed in to change notification settings - Fork 75
Add card image tag and horizontal card #333
Conversation
That's weird on my machine I have several linter errors when running Edit : I saw the errors in XML file created from Circle CI. |
Can you give an example of those weird errors? |
I juste run the linter and I only get warnings for Renderer service this time. So it's ready to review. |
<div class="section"> | ||
|
||
<h5 class="light">HTML Structure</h5> | ||
|
||
<app-code-snippet> | ||
<mz-card | ||
class="blue-grey darken-1 white-text" | ||
[horizontal]=="true" |
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.
Remove =
demo/src/app/card/card.component.ts
Outdated
@@ -12,6 +12,12 @@ import { IPropertyRow } from '../shared/properties-table/properties-table.compon | |||
}) | |||
export class CardComponent { | |||
properties: IPropertyRow[] = [ | |||
{ name: 'horizontal', |
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.
Not align correctly
lib/src/card/card.component.ts
Outdated
} | ||
|
||
private hasImageTitleTagAndNotEmpty(): boolean { | ||
|
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.
Remove
button[mzHalfwayFab]`, | ||
}) | ||
export class MzHalfwayFabDirective { | ||
|
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.
Remove line
✔️ Ready to merge