We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77adcf7 commit 282187eCopy full SHA for 282187e
src/coffee/directives/search-box.coffee
@@ -51,6 +51,6 @@ angular.module('uiGmapgoogle-maps')
51
if not maps.ControlPosition[ctrlPosition]
52
@$log.error 'searchBox: invalid position property'
53
return
54
- new SearchBoxParentModel(scope, element, attrs, map, ctrlPosition, $compile(template)(scope))
+ new SearchBoxParentModel(scope, element, attrs, map, ctrlPosition, $compile(template.data)(scope))
55
new SearchBox()
56
]
0 commit comments