Skip to content

Commit

Permalink
Pushing last version before major refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-oliveira committed Nov 18, 2015
1 parent 0a383b3 commit e007c60
Show file tree
Hide file tree
Showing 503 changed files with 93,403 additions and 745 deletions.
15 changes: 0 additions & 15 deletions README.md

This file was deleted.

8 changes: 8 additions & 0 deletions assets/css/maps.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#alinhatabela{
float: left;
margin:0 auto;
}

#alinhamapa{
float:right;
}
5 changes: 4 additions & 1 deletion assets/frontend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ app.controller('RestaurantCtrl', function($scope,$http) {


app.controller('MapsCtrl', function($scope,$http) {
this.address = "Toronto Canada";

this.address=document.getElementById("local").value;



});

Expand Down
Loading

0 comments on commit e007c60

Please sign in to comment.