Skip to content

Commit

Permalink
fix(SebmGoogleMap): zoom listener
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-singer authored Jul 5, 2016
1 parent ef04879 commit b379c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/directives/google-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class SebmGoogleMap implements OnChanges, OnInit {
*/
private static _mapOptionsAttributes: string[] = [
'disableDoubleClickZoom', 'scrollwheel', 'draggableCursor', 'draggingCursor',
'keyboardShortcuts', 'zoomControl', 'styles', 'streetViewControl'
'keyboardShortcuts', 'zoomControl', 'styles', 'streetViewControl', 'zoom'
];

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

3 comments on commit b379c73

@brian-singer
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebholstein
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @brian-singer please let me merge the commits and only when someone has reviewed the code (and there is a separate PR for the issue)! thanks for your help man!

@brian-singer
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, sorry! I thought maybe this would be a clear commit ^^

Please sign in to comment.