Skip to content

Instantly share code, notes, and snippets.

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

  • Save rependa/22f4b5582f84d5282dba to your computer and use it in GitHub Desktop.

Select an option

Save rependa/22f4b5582f84d5282dba to your computer and use it in GitHub Desktop.
XmVLgb
<div ng-app="" ng-init="quantity=1;cost=5">
<p>Total in dollar: {{ quantity * cost }}</p>
<p>Total in dollar: <span ng-bind="quantity * cost"></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