Skip to content

Instantly share code, notes, and snippets.

@rependa
Last active October 21, 2015 19:50
Show Gist options
  • Select an option

  • Save rependa/992e0bfbd3803b849f61 to your computer and use it in GitHub Desktop.

Select an option

Save rependa/992e0bfbd3803b849f61 to your computer and use it in GitHub Desktop.
mepZGL
<div ng-app="" ng-init="points=[1,15,19,2,40]">
<p>The third result is {{ points[2] }}</p>
<p>The second result is <span ng-bind="points[1]"></span></p>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.14/angular.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment