Skip to content

Commit 3f46656

Browse files
committed
rename angular directive from 'jqueryLocationpicker' to 'locationpicker'
1 parent 810be21 commit 3f46656

7 files changed

+9
-9
lines changed

dist/angularLocationpicker.jquery.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jquery-locationpicker - v0.1.15 - 2016-09-24 */
1+
/*! jquery-locationpicker - v0.1.15 - 2016-09-26 */
22
"use strict";
33

44
angular.module("angular-jquery-locationpicker", []).constant("angularJQueryLocationpickerDefaultValue", {
@@ -32,7 +32,7 @@ angular.module("angular-jquery-locationpicker", []).constant("angularJQueryLocat
3232
});
3333
};
3434
return service;
35-
} ]).directive("jqueryLocationpicker", [ "angularJQueryLocationpickerService", function(service) {
35+
} ]).directive("locationpicker", [ "angularJQueryLocationpickerService", function(service) {
3636
return {
3737
restrict: "EA",
3838
replace: true,

dist/angularLocationpicker.jquery.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angularLocationpicker.jquery.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locationpicker.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jquery-locationpicker - v0.1.15 - 2016-09-24 */
1+
/*! jquery-locationpicker - v0.1.15 - 2016-09-26 */
22
(function($) {
33
function GMapContext(domElement, options) {
44
var _map = new google.maps.Map(domElement, options);

dist/locationpicker.jquery.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/angularExample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</div>
3838

3939
<!--Map by element. Also it can be attribute-->
40-
<jquery-locationpicker options="locationpickerOptions"></jquery-locationpicker>
40+
<locationpicker options="locationpickerOptions"></locationpicker>
4141

4242
<div class="clearfix">&nbsp;</div>
4343
<div class="m-t-small">

src/angularLocationpicker.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ angular.module('angular-jquery-locationpicker', [])
5252
return service;
5353
}
5454
])
55-
.directive('jqueryLocationpicker', [
55+
.directive('locationpicker', [
5656
'angularJQueryLocationpickerService',
5757
function (service) {
5858
return {

0 commit comments

Comments
 (0)