Notes about milestone 3

This commit is contained in:
Rashid Khan
2013-07-15 11:34:21 -07:00
parent 1d4af12f57
commit b96277c0c8
3 changed files with 10 additions and 17 deletions
-7
View File
@@ -11,13 +11,6 @@
<input bs-typeahead="fields.list" type="text" class="input-small" ng-model="panel.field">
</form>
</div>
<div class="span6">
<form class="input-append">
<h6>Query</h6>
<input type="text" ng-model="panel.query">
<button class="btn" ng-click="get_data();"><i class="icon-search"></i></button>
</form>
</div>
<div class="span1"><h6>Map</h6>
<select ng-change="$emit('render')" class="input-small" ng-model="panel.map" ng-options="f for f in ['world','europe','usa']"></select>
</div>