|
1 | | -/*! angular-google-maps 2.1.0-SNAPSHOT 2014-11-11 |
| 1 | +/*! angular-google-maps 2.1.0-SNAPSHOT 2014-11-12 |
2 | 2 | * AngularJS directives for Google Maps |
3 | 3 | * git: https://github.com/angular-ui/angular-google-maps.git |
4 | 4 | */ |
@@ -6755,7 +6755,7 @@ This directive creates a new scope. |
6755 | 6755 | var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; |
6756 | 6756 |
|
6757 | 6757 | angular.module("google-maps".ns()).directive("SearchBox".ns(), [ |
6758 | | - "GoogleMapApi".ns(), "Logger".ns(), "SearchBoxParentModel".ns(), '$http', '$templateCache', function(GoogleMapApi, Logger, SearchBoxParentModel, $http, $templateCache) { |
| 6758 | + "GoogleMapApi".ns(), "Logger".ns(), "SearchBoxParentModel".ns(), '$http', '$templateCache', '$compile', function(GoogleMapApi, Logger, SearchBoxParentModel, $http, $templateCache, $compile) { |
6759 | 6759 | var SearchBox; |
6760 | 6760 | SearchBox = (function() { |
6761 | 6761 | function SearchBox() { |
@@ -6789,7 +6789,7 @@ This directive creates a new scope. |
6789 | 6789 | _this.$log.error('searchBox: invalid position property'); |
6790 | 6790 | return; |
6791 | 6791 | } |
6792 | | - return new SearchBoxParentModel(scope, element, attrs, map, ctrlPosition, template); |
| 6792 | + return new SearchBoxParentModel(scope, element, attrs, map, ctrlPosition, $compile(template)(scope)); |
6793 | 6793 | }); |
6794 | 6794 | }); |
6795 | 6795 | }; |
@@ -6820,7 +6820,7 @@ angular.module('google-maps.wrapped'.ns()).service('GoogleMapsUtilV3'.ns(), func |
6820 | 6820 | return { |
6821 | 6821 | init: _.once(function () { |
6822 | 6822 | //BEGIN REPLACE |
6823 | | - /*! angular-google-maps 2.1.0-SNAPSHOT 2014-11-11 |
| 6823 | + /*! angular-google-maps 2.1.0-SNAPSHOT 2014-11-12 |
6824 | 6824 | * AngularJS directives for Google Maps |
6825 | 6825 | * git: https://github.com/angular-ui/angular-google-maps.git |
6826 | 6826 | */ |
|
0 commit comments