Skip to content

Commit

Permalink
fix(AgmPolygon): fix editable input
Browse files Browse the repository at this point in the history
Closes #990
  • Loading branch information
willshowell authored and sebholstein committed Jun 12, 2017
1 parent 4caeb0d commit 4b1b42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/directives/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class AgmPolygon implements OnDestroy, OnChanges, AfterContentInit {
* If set to true, the user can edit this shape by dragging the control
* points shown at the vertices and on each segment. Defaults to false.
*/
editable: boolean = false;
@Input() editable: boolean = false;

/**
* The fill color. All CSS3 colors are supported except for extended
Expand Down

0 comments on commit 4b1b42d

Please sign in to comment.