Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
find location
SUBMITTED BY:
Guest
DATE:
Dec. 11, 2013, 7:12 a.m.
FORMAT:
Text only
SIZE:
702 Bytes
Raw
Download
Tweet
HITS:
836
Go to comments
Report
<h1 data-bind="text: city"> </h1>
<p data-bind="with: coords">
Latitude: <span data-bind="text: latitude"> </span>,
Longitude: <span data-bind="text: longitude"> </span>
</p>
<script type="text/javascript">
ko.applyBindings({
city: "London",
coords: {
latitude: 51.5001524,
longitude: -0.1262362
}
});
</script>
<h1>{{city}}</h1>
<p ng-repeat="c in [coords.or.possibly.deeper.in.tree]">
Latitude: {{c.latitude}},
Longitude: {{c.longitude}}
</p>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus