Hello, I can drag the following HTML into a random *.html file, open the *html file in chrome, and the result displays the correct map display for the given coordinates.
<iframe ng-show="$parent.showMap" width="425" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" ng-src="https://www.govtrack.us/congress/members/embed/mapframe?&bounds=178.878,60.199,-112.655,28.849"></iframe> My ultimate goal is to get coordinates bases on a US zipcode and then adjust the map accordingly. However, within my angular project, I get the following image results. My Code Results <https://lh3.googleusercontent.com/-ketgWZ9XMBs/VDRRzaY5JCI/AAAAAAAAAsw/Oo9tdWmWIn0/s1600/10-7-2014%2B3-09-11%2BPM.png> <https://lh5.googleusercontent.com/-nz4r2IrDcwQ/VDRRvC8gCrI/AAAAAAAAAso/iO4GWd0PVuI/s1600/10-7-2014%2B3-09-28%2BPM.png> I attempted to set this up within plunkr, but couldn't even get the map to load! My Plunkr http://plnkr.co/edit/xt3XFQVVy2y12Opzia5g?p=preview Could someone help me get off the ground. I know this is a quick fix, and I'm probably just overlooking it. Thanks in advance, Shawn Shaw -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
