Skip to content

Instantly share code, notes, and snippets.

@k0d3d
Created December 18, 2015 13:37
Show Gist options
  • Save k0d3d/c0eadb85c8bdaece8dd2 to your computer and use it in GitHub Desktop.
Save k0d3d/c0eadb85c8bdaece8dd2 to your computer and use it in GitHub Desktop.
<ul>
<li ng-repeat="place in places_list">
<span city-state="place">
{{place.formatted_address}}
</span>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment