Skip to content

Commit

Permalink
fix(AgmCircle): clickable input
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinbcu01 authored and sebholstein committed Aug 22, 2017
1 parent b108ef9 commit 7468bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/directives/circle.ts
Expand Up @@ -152,7 +152,7 @@ export class AgmCircle implements OnInit, OnChanges, OnDestroy {

private static _mapOptions: string[] = [
'fillColor', 'fillOpacity', 'strokeColor', 'strokeOpacity', 'strokePosition', 'strokeWeight',
'visible', 'zIndex'
'visible', 'zIndex', 'clickable'
];

private _eventSubscriptions: Subscription[] = [];
Expand Down

0 comments on commit 7468bb4

Please sign in to comment.