Skip to content

Commit 50aa785

Browse files
committed
Merge pull request angular-ui#95 from aesnyder/aes/add-ui-gmap
add angular google maps
2 parents 7b27a90 + 90e1221 commit 50aa785

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
IDE Plugins
5858
</a>
5959
</li>
60+
<li>
61+
<a href="#ui-gmap">
62+
UI-Gmap
63+
</a>
64+
</li>
6065
</ul>
6166
</div>
6267
</div>
@@ -222,6 +227,16 @@ <h1 class="page-header">
222227
</ul>
223228
</div>
224229
</section>
230+
<section id="ui-gmap">
231+
<h1 class="page-header">
232+
UI-Gmap
233+
<small>Directives to integrate Google Maps into your app.</small>
234+
<span class="btn-group pull-right">
235+
<a class="btn btn-primary btn-large" href="http://angular-google-maps.org">Site</a>
236+
<a class="btn btn-inverse btn-large" href="https://github.com/angular-ui/angular-google-maps">Code</a>
237+
</span>
238+
</h1>
239+
</section>
225240
</div>
226241
</div>
227242
<script type="text/javascript">

0 commit comments

Comments
 (0)