Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save rependa/c3ce950e7b00ddcf9377 to your computer and use it in GitHub Desktop.
BoJgdP
<div ng-app="" ng-init="firstName='John';lastName='Doe'">
<p>The name is {{ firstName + " " + lastName }}</p>
<p>The name is <span ng-bind="firstName + ' ' + lastName"></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