Skip to content

Commit

Permalink
chore: remove text from inside rectangle
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Jun 6, 2016
1 parent a66cbf7 commit 9a6f10f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import {Resizable} from './../angular2-resizable';
`],
template: `
<div class="text-center">
<div class="rectangle" mwl-resizeable (onResizeEnd)="log($event)">Resize me!</div>
<h1>Drag and pull the edges of the rectangle</h1>
<div class="rectangle" mwl-resizeable (onResizeEnd)="log($event)"></div>
</div>
`
})
Expand Down

0 comments on commit 9a6f10f

Please sign in to comment.