From 4b1b42d8fc66e3361297b7c475b23fea245b9742 Mon Sep 17 00:00:00 2001 From: Will Howell Date: Mon, 12 Jun 2017 20:23:54 +0200 Subject: [PATCH] fix(AgmPolygon): fix editable input Closes #990 --- src/core/directives/polygon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/directives/polygon.ts b/src/core/directives/polygon.ts index d5618748a..fc13c0f3a 100644 --- a/src/core/directives/polygon.ts +++ b/src/core/directives/polygon.ts @@ -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