-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.html
More file actions
38 lines (35 loc) · 1.4 KB
/
map.html
File metadata and controls
38 lines (35 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<ons-navigator ng-controller="MapController">
<ons-page>
<ons-toolbar fixed-style ng-controller="SlidingMenuController">
<div class="left">
<ons-toolbar-button ng-click="slidingMenu.toggleMenu()"><ons-icon icon="bars"></ons-icon></ons-toolbar-button>
</div>
<div class="center">Map</div>
</ons-toolbar>
<div id="map_canvas"></div>
<!--
<p class="par-search">
<input type="search" class="search-input search-input-map">
</p>
-->
<p class="par-buttons">
<!-- <ons-text-input
ng-model="text"
style="display: block; width: 100%" value="OK">
</ons-text-input>-->
<input type="text" ng-model="msg" maxlength="15" ng-maxlength="15" required class="text-input text-input-map">
<!-- <ons-text-input ng-model="memo.text"></ons-text-input>-->
<ons-button id="form" ng-click="sendMessage(msg)">
Send
</ons-button>
<!-- <div>{{msg}}</div>-->
<!-- <ons-button class="btn-delete" ng-click="deleteAllMarkers()">
Delete all markers
</ons-button>
<ons-button class="btn-distance" ng-click="calculateDistance()">
Distance
</ons-button>
-->
</p>
</ons-page>
</ons-navigator>