Skip to content

Commit ebba765

Browse files
Bug fix: wrong controller's name
1 parent a1efdff commit ebba765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ng-google-static-maps.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'use strict';
88

99
angular.module('tbc.ngGoogleStaticMaps', [])
10-
.controller('StaticGoogleMapCtrl', function () {
10+
.controller('StaticGoogleMapsCtrl', function () {
1111
var BASE_URL = '//maps.googleapis.com/maps/api/staticmap?';
1212
var STYLE_ATTRS = ['color', 'label', 'size', 'icon'];
1313

@@ -93,4 +93,4 @@
9393
}
9494
};
9595
});
96-
}());
96+
}());

0 commit comments

Comments
 (0)