Skip to content

Commit 4d6552f

Browse files
committed
Fixing typo in PolylineChildModel factory name
ugGmapPolylineChildModel -> uiGmapPolylineChildModel
1 parent 258b190 commit 4d6552f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/angular-google-maps.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2779,8 +2779,8 @@ Original idea from: http://stackoverflow.com/questions/22758950/google-map-drawi
27792779
__hasProp = {}.hasOwnProperty,
27802780
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
27812781

2782-
angular.module('google-maps.directives.api'.ns()).factory('PolylineChildModel'.ns(), [
2783-
'PolylineOptionsBuilder'.ns(), 'Logger'.ns(), '$timeout', 'array-sync'.ns(), 'GmapUtil'.ns(), 'EventsHelper'.ns(), function(Builder, $log, $timeout, arraySync, GmapUtil, EventsHelper) {
2782+
angular.module('uiGmapgoogle-maps.directives.api').factory('uiGmapPolylineChildModel', [
2783+
'uiGmapPolylineOptionsBuilder', 'uiGmapLogger', '$timeout', 'uiGmaparray-sync', 'uiGmapGmapUtil', 'uiGmapEventsHelper', function(Builder, $log, $timeout, arraySync, GmapUtil, EventsHelper) {
27842784
var PolylineChildModel;
27852785
return PolylineChildModel = (function(_super) {
27862786
__extends(PolylineChildModel, _super);

0 commit comments

Comments
 (0)