Skip to content

Commit

Permalink
refactor(SebmGoogleMap): map draggable input to mapDraggable to avoid…
Browse files Browse the repository at this point in the history
… DOM remapping

Signed-off-by: José Luis Di Biase <[email protected]>
  • Loading branch information
josx committed Aug 12, 2016
1 parent ff72255 commit 1780940
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/core/directives/google-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ import {MarkerManager} from '../services/managers/marker-manager';
selector: 'sebm-google-map',
providers: [GoogleMapsAPIWrapper, MarkerManager, InfoWindowManager, CircleManager],
inputs: [
'longitude', 'latitude', 'zoom', 'draggable', 'disableDoubleClickZoom', 'disableDefaultUI',
'scrollwheel', 'backgroundColor', 'draggableCursor', 'draggingCursor', 'keyboardShortcuts',
'zoomControl', 'styles', 'usePanning', 'streetViewControl', 'fitBounds', 'scaleControl'
'longitude', 'latitude', 'zoom', 'draggable: mapDraggable', 'disableDoubleClickZoom',
'disableDefaultUI', 'scrollwheel', 'backgroundColor', 'draggableCursor', 'draggingCursor',
'keyboardShortcuts', 'zoomControl', 'styles', 'usePanning', 'streetViewControl', 'fitBounds',
'scaleControl'
],
outputs: [
'mapClick', 'mapRightClick', 'mapDblClick', 'centerChange', 'idle', 'boundsChange', 'zoomChange'
Expand Down

0 comments on commit 1780940

Please sign in to comment.