Skip to content

Commit a1ed03b

Browse files
committed
add extra lines to tooltip demo files
1 parent bc7207c commit a1ed03b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/demo-app/tooltip/tooltip-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ <h1>Tooltip Demo</h1>
4949
<button md-raised-button color="primary" (mouseenter)="tooltip.toggle()">
5050
Toggle tooltip
5151
</button>
52-
</div>
52+
</div>

src/demo-app/tooltip/tooltip-demo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
md-radio-button {
66
display: block;
77
}
8-
}
8+
}

src/demo-app/tooltip/tooltip-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export class TooltipDemo {
1313
message: string = 'Here is the tooltip';
1414
showDelay = 0;
1515
hideDelay = 0;
16-
}
16+
}

0 commit comments

Comments
 (0)