Posts by Luã Silva • 41 points
3 posts
-
1
votes4
answers2449
viewsA: HTML 5 Bootstrap google maps
Try to do with Google Maps API avoid using iframe https://developers.google.com/maps/web/? hl=en
-
1
votes2
answers295
viewsA: Problem with Bootstrap Resizing
Try it like this <div class="container"> <div class="row text-center general"> <div class=" col-md-12 banner-wine"> <img class="img-responsive" src="images/taca.png"…
-
2
votes3
answers1082
viewsA: Angularjs does not work properly
Hello tries first to put the Angularjs script before your app.js and the function of your controller app.controller('StoreController', function ($scope) { $scope.product = gem; }); So it will work…