Skip to content

Commit

Permalink
Refactor existing controller, include reverse geocode directive depen…
Browse files Browse the repository at this point in the history
…dency, and update map.html -- temp
  • Loading branch information
Brandon Him committed Jun 25, 2015
1 parent 17677a8 commit 733f86f
Show file tree
Hide file tree
Showing 7 changed files with 224 additions and 136 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
node_modules/
platforms/
plugins/
www/lib/
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"private": "true",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.0.0-beta.14"
},
"dependencies": {
"angular-reverse-geocode": "*"
}
}
}
10 changes: 7 additions & 3 deletions www/css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@


.location {
z-index: 999;
position: absolute;
height: 30px;
background: white;
}

* {
-webkit-touch-callout: none;
Expand Down Expand Up @@ -221,4 +225,4 @@ button.button.button-full.button-positive.login {

#searchView {
padding:1.25em;
}
}
4 changes: 3 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<link href="css/ionic.app.css" rel="stylesheet">
-->

<!-- ionic/angularjs js -->
<!-- Libraries -->
<script src="lib/ionic/js/ionic.bundle.js"></script>
<script src="lib/angular-reverse-geocode/angular-reverse-geocode.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<!-- Firebase -->
Expand All @@ -28,6 +29,7 @@
<script src="cordova.js"></script>
<script src="js/viewAssembler.js"></script>


<!-- your app's js -->
<script src="js/app.js"></script>
<script src="js/controllers.js"></script>
Expand Down
Loading

0 comments on commit 733f86f

Please sign in to comment.