Skip to content

Commit aa2b658

Browse files
committed
Add attribute restriction. Closes angular-ui#31
1 parent 9342119 commit aa2b658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular-google-maps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
controller.$inject = ['$scope', '$element'];
326326

327327
return {
328-
restrict: "EC",
328+
restrict: "ECA",
329329
priority: 100,
330330
transclude: true,
331331
template: "<div class='angular-google-map' ng-transclude></div>",

0 commit comments

Comments
 (0)