Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 08ea114

Browse files
committed
merge
1 parent eac2fd0 commit 08ea114

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

dist/angular-google-maps.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4840,7 +4840,7 @@ Original idea from: http://stackoverflow.com/questions/22758950/google-map-drawi
48404840
});
48414841
controlDiv.children().data('$ngControllerController', templateCtrl);
48424842
}
4843-
return control = $compile(controlDiv.children())(templateScope);
4843+
return control = $compile(controlDiv.contents())(templateScope);
48444844
}).error(function(error) {
48454845
return _this.$log.error('mapControl: template could not be found');
48464846
}).then(function() {
@@ -10156,4 +10156,4 @@ angular.module('google-maps.extensions'.ns()).service('ExtendMarkerClusterer'.ns
1015610156
}).call(this);
1015710157
})
1015810158
};
10159-
});
10159+
});

0 commit comments

Comments
 (0)