Skip to content

Commit f67fbe9

Browse files
author
Allen Kim
committed
Version 1.13.12
1 parent c66f7cf commit f67fbe9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+9684
-6495
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngmap",
3-
"version": "1.13.11",
3+
"version": "1.13.12",
44
"main": "./build/scripts/ng-map.js",
55
"homepage": "https://github.com/allenhwkim/angularjs-google-maps",
66
"authors": [

build/docs/Attr2Options.html

Lines changed: 165 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -5,112 +5,165 @@
55
<title>JSDoc: service:Attr2Options</title>
66
<link type="text/css" rel="stylesheet" href="css/jsdoc-default.css">
77
<link href="css/prettify-tomorrow.css" type="text/css" rel="stylesheet">
8+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700" rel="stylesheet" type="text/css">
9+
<link href="css/custom.css" type="text/css" rel="stylesheet">
810
<script src="js/prettify.js"></script>
11+
<script src="js/angular.min.js"></script>
912
</head>
10-
<body>
13+
<body ng-app="">
1114
<nav>
1215
<h2><a href="index.html">Index</a></h2>
13-
<div>
14-
<h3>module: undefined</h3>
15-
<div>
16-
<h3>service</h3>
17-
<ul>
18-
<li>
19-
<a href="Attr2Options.html">Attr2Options</a>
20-
</li><li>
21-
<a href="GeoCoder.html">GeoCoder</a>
22-
</li><li>
23-
<a href="NavigatorGeolocation.html">NavigatorGeolocation</a>
24-
</li><li>
25-
<a href="StreetView.html">StreetView</a>
26-
</li>
27-
</ul>
28-
</div><div>
29-
<h3>directive</h3>
30-
<ul>
31-
<li>
32-
<a href="bicycling-layer.html">bicycling-layer</a>
33-
</li><li>
34-
<a href="cloud-layer.html">cloud-layer</a>
35-
</li><li>
36-
<a href="custom-control.html">custom-control</a>
37-
</li><li>
38-
<a href="directions.html">directions</a>
39-
</li><li>
40-
<a href="drawing-manager.html">drawing-manager</a>
41-
</li><li>
42-
<a href="dynamic-maps-engine-layer.html">dynamic-maps-engine-layer</a>
43-
</li><li>
44-
<a href="fusion-tables-layer.html">fusion-tables-layer</a>
45-
</li><li>
46-
<a href="heatmap-layer.html">heatmap-layer</a>
47-
</li><li>
48-
<a href="info-window.html">info-window</a>
49-
</li><li>
50-
<a href="kml-layer.html">kml-layer</a>
51-
</li><li>
52-
<a href="map-data.html">map-data</a>
53-
</li><li>
54-
<a href="map-lazy-load.html">map-lazy-load</a>
55-
</li><li>
56-
<a href="map-type.html">map-type</a>
57-
</li><li>
58-
<a href="maps-engine-layer.html">maps-engine-layer</a>
59-
</li><li>
60-
<a href="marker.html">marker</a>
61-
</li><li>
62-
<a href="overlay-map-type.html">overlay-map-type</a>
63-
</li><li>
64-
<a href="places-auto-complete.html">places-auto-complete</a>
65-
</li><li>
66-
<a href="shape.html">shape</a>
67-
</li><li>
68-
<a href="streetview-panorama.html">streetview-panorama</a>
69-
</li><li>
70-
<a href="traffic-layer.html">traffic-layer</a>
71-
</li><li>
72-
<a href="transit-layer.html">transit-layer</a>
73-
</li><li>
74-
<a href="weather-layer.html">weather-layer</a>
75-
</li>
16+
<ul class="module">
17+
<h3>
18+
<a href="" ng-click="moduleundefined = !moduleundefined">
19+
module: undefined
20+
</a>
21+
<i ng-cloak="" ng-show="moduleundefined">+</i>
22+
</h3>
23+
<li id="undefined" ng-hide="moduleundefined">
24+
<ul class="group">
25+
<h3>
26+
<a href="" ng-click="undefinedservice = !undefinedservice">
27+
service
28+
</a>
29+
<i ng-cloak="" ng-show="undefinedservice">+</i>
30+
</h3>
31+
<ul ng-hide="undefinedservice">
32+
<li>
33+
<a href="Attr2Options.html">Attr2Options</a>
34+
</li><li>
35+
<a href="GeoCoder.html">GeoCoder</a>
36+
</li><li>
37+
<a href="NavigatorGeolocation.html">NavigatorGeolocation</a>
38+
</li><li>
39+
<a href="StreetView.html">StreetView</a>
40+
</li>
41+
</ul>
42+
</ul><ul class="group">
43+
<h3>
44+
<a href="" ng-click="undefineddirective = !undefineddirective">
45+
directive
46+
</a>
47+
<i ng-cloak="" ng-show="undefineddirective">+</i>
48+
</h3>
49+
<ul ng-hide="undefineddirective">
50+
<li>
51+
<a href="bicycling-layer.html">bicycling-layer</a>
52+
</li><li>
53+
<a href="cloud-layer.html">cloud-layer</a>
54+
</li><li>
55+
<a href="custom-control.html">custom-control</a>
56+
</li><li>
57+
<a href="directions.html">directions</a>
58+
</li><li>
59+
<a href="drawing-manager.html">drawing-manager</a>
60+
</li><li>
61+
<a href="dynamic-maps-engine-layer.html">dynamic-maps-engine-layer</a>
62+
</li><li>
63+
<a href="fusion-tables-layer.html">fusion-tables-layer</a>
64+
</li><li>
65+
<a href="heatmap-layer.html">heatmap-layer</a>
66+
</li><li>
67+
<a href="info-window.html">info-window</a>
68+
</li><li>
69+
<a href="kml-layer.html">kml-layer</a>
70+
</li><li>
71+
<a href="map-data.html">map-data</a>
72+
</li><li>
73+
<a href="map-lazy-load.html">map-lazy-load</a>
74+
</li><li>
75+
<a href="map-type.html">map-type</a>
76+
</li><li>
77+
<a href="maps-engine-layer.html">maps-engine-layer</a>
78+
</li><li>
79+
<a href="marker.html">marker</a>
80+
</li><li>
81+
<a href="overlay-map-type.html">overlay-map-type</a>
82+
</li><li>
83+
<a href="places-auto-complete.html">places-auto-complete</a>
84+
</li><li>
85+
<a href="shape.html">shape</a>
86+
</li><li>
87+
<a href="streetview-panorama.html">streetview-panorama</a>
88+
</li><li>
89+
<a href="traffic-layer.html">traffic-layer</a>
90+
</li><li>
91+
<a href="transit-layer.html">transit-layer</a>
92+
</li><li>
93+
<a href="weather-layer.html">weather-layer</a>
94+
</li>
95+
</ul>
96+
</ul><ul class="group">
97+
<h3>
98+
<a href="" ng-click="undefinedcontroller = !undefinedcontroller">
99+
controller
100+
</a>
101+
<i ng-cloak="" ng-show="undefinedcontroller">+</i>
102+
</h3>
103+
<ul ng-hide="undefinedcontroller">
104+
<li>
105+
<a href="MapController.html">MapController</a>
106+
</li>
107+
</ul>
76108
</ul>
77-
</div><div>
78-
<h3>controller</h3>
79-
<ul>
80-
<li>
81-
<a href="MapController.html">MapController</a>
82-
</li>
109+
</li>
110+
</ul><ul class="module">
111+
<h3>
112+
<a href="" ng-click="modulengmap = !modulengmap">
113+
module: ngmap
114+
</a>
115+
<i ng-cloak="" ng-show="modulengmap">+</i>
116+
</h3>
117+
<li id="ngmap" ng-hide="modulengmap">
118+
<ul class="group">
119+
<h3>
120+
<a href="" ng-click="ngmapdirective = !ngmapdirective">
121+
directive
122+
</a>
123+
<i ng-cloak="" ng-show="ngmapdirective">+</i>
124+
</h3>
125+
<ul ng-hide="ngmapdirective">
126+
<li>
127+
<a href="ngmap.custom-marker.html">custom-marker</a>
128+
</li>
129+
</ul>
83130
</ul>
84-
</div>
85-
</div><div>
86-
<h3>module: ngmap</h3>
87-
<div>
88-
<h3>directive</h3>
89-
<ul>
90-
<li>
91-
<a href="ngmap.custom-marker.html">ngmap.custom-marker</a>
92-
</li>
131+
</li>
132+
</ul><ul class="module">
133+
<h3>
134+
<a href="" ng-click="modulengMap = !modulengMap">
135+
module: ngMap
136+
</a>
137+
<i ng-cloak="" ng-show="modulengMap">+</i>
138+
</h3>
139+
<li id="ngMap" ng-hide="modulengMap">
140+
<ul class="group">
141+
<h3>
142+
<a href="" ng-click="ngMapdirective = !ngMapdirective">
143+
directive
144+
</a>
145+
<i ng-cloak="" ng-show="ngMapdirective">+</i>
146+
</h3>
147+
<ul ng-hide="ngMapdirective">
148+
<li>
149+
<a href="ngMap.map.html">map</a>
150+
</li>
151+
</ul>
93152
</ul>
94-
</div>
95-
</div><div>
96-
<h3>module: ngMap</h3>
97-
<div>
98-
<h3>directive</h3>
99-
<ul>
100-
<li>
101-
<a href="ngMap.map.html">ngMap.map</a>
102-
</li>
103-
</ul>
104-
</div>
105-
</div>
153+
</li>
154+
</ul>
106155
</nav>
107-
<h1 class="title">
108-
service:Attr2Options
109-
<a class="name-link signature-attributes" href="source/Attr2Options.html#line1">source</a>
110-
</h1>
111-
<div id="main">
112-
<div>
113-
<div><div class="container-overview">
156+
<div id="content" class="page-wrap">
157+
<h1 class="title">
158+
service:Attr2Options
159+
<a class="name-link signature-attributes" href="source/Attr2Options.html#line1">source</a>
160+
</h1>
161+
<div id="main" class="big-container">
162+
<!-- source code html -->
163+
<!-- index.html -->
164+
<!-- class files -->
165+
<div>
166+
<div><div class="container-overview">
114167
<dt></dt>
115168
<dd>
116169
<div class="description">
@@ -124,7 +177,7 @@ <h1 class="title">
124177
<h3 class="subsection-title">Methods</h3>
125178
<dl>
126179
<dt>
127-
<a href="source/Attr2Options.html#line1" class="name-link">
180+
<a href="source/Attr2Options.html#line180" class="name-link">
128181
<h4 class="name">
129182
filter
130183
<span class="signature">(attrs)</span>
@@ -162,7 +215,7 @@ <h5>Returns:</h5>
162215
</dd>
163216
</dl><dl>
164217
<dt>
165-
<a href="source/Attr2Options.html#line1" class="name-link">
218+
<a href="source/Attr2Options.html#line280" class="name-link">
166219
<h4 class="name">
167220
getControlOptions
168221
<span class="signature">(filtered)</span>
@@ -200,7 +253,7 @@ <h5>Returns:</h5>
200253
</dd>
201254
</dl><dl>
202255
<dt>
203-
<a href="source/Attr2Options.html#line1" class="name-link">
256+
<a href="source/Attr2Options.html#line235" class="name-link">
204257
<h4 class="name">
205258
getEvents
206259
<span class="signature">(scope, attrs)</span>
@@ -244,7 +297,7 @@ <h5>Returns:</h5>
244297
</dd>
245298
</dl><dl>
246299
<dt>
247-
<a href="source/Attr2Options.html#line1" class="name-link">
300+
<a href="source/Attr2Options.html#line207" class="name-link">
248301
<h4 class="name">
249302
getOptions
250303
<span class="signature">(attrs, scope)</span>
@@ -294,7 +347,7 @@ <h5>Returns:</h5>
294347
</dd>
295348
</dl><dl>
296349
<dt>
297-
<a href="source/Attr2Options.html#line1" class="name-link">
350+
<a href="source/Attr2Options.html#line43" class="name-link">
298351
<h4 class="name">
299352
orgAttributes
300353
<span class="signature">(el)</span>
@@ -333,20 +386,20 @@ <h5>Returns:</h5>
333386
</dl>
334387
</div>
335388
</section></div>
389+
</div>
336390
</div>
391+
<footer style="clear:both">
392+
Documentation generated by
393+
<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
394+
using
395+
<a href="https://github.com/allenhwkim/angular-jsdoc">Angular-JSDoc template</a>
396+
</footer>
337397
</div>
338-
<footer style="clear:both">
339-
Documentation generated by
340-
<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
341-
using
342-
<a href="https://github.com/allenhwkim/angular-jsdoc">Angular-JSDoc template</a>
343-
</footer>
344398
<!--%= prettyJson %-->
345399
<script>
346400
prettyPrint();
347-
var lineNo = window.location.hash.match(/([0-9]*)$/)[0] || 1;
348-
var line = document.querySelector("ol li:nth-child("+(lineNo||1)+")");
349-
line && line.scrollIntoView();
401+
var lineNo = window.location.hash.match(/#line([0-9]+)$/);
402+
lineNo && document.querySelector("ol li:nth-child("+(lineNo[1])+")").scrollIntoView();
350403
</script>
351404
</body>
352405
</html>

0 commit comments

Comments
 (0)