dylanfprice / angular-gm

AngularJS Google Maps Directives
MIT License
197 stars 47 forks source link

Where is my mistake?! #13

Closed mikeandersun closed 11 years ago

mikeandersun commented 11 years ago

Hi, Here is my try to use gm-polylines, where is my mistake?!! Thanks in advaced for any help points.

//-----------------------HTML-------------------

```


//------------------------JS-------------------
   $scope.polylines = [
                { id: 0, path: [{ lat: 37.772323, lng: -122.214897 }, { lat: 21.291982, lng: -157.821856 }, { lat: -18.142599, lng: 178.431 }] },
                { id: 1, path: [{ lat: 37.772323, lng: -122.214897 }, { lat: 21.291982, lng: -157.821856 }, { lat: -18.142599, lng: 178.431 }] }
            ];
dylanfprice commented 11 years ago

No mistake, for anyone else looking at this just make sure to use the latest build from source until the next release. See #12 .