Skip to content

Commit

Permalink
fix(demo): fix broken demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Jul 15, 2016
1 parent 4d7cd41 commit 0a5bf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {Resizable, ResizeEvent, ResizeHandle} from './../angular2-resizable';
mwl-resizable
[validateResize]="validate"
[resizeEdges]="{bottom: true, right: true, top: true, left: true}"
[enableResizeStyling]="true"
[enableGhostResize]="true"
[resizeSnapGrid]="{left: 50, right: 50}"
(onResizeEnd)="onResizeEnd($event)">
<img
Expand Down

0 comments on commit 0a5bf11

Please sign in to comment.