Skip to content

Instantly share code, notes, and snippets.

@rependa
Created October 21, 2015 19:47
Show Gist options
  • Select an option

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

Select an option

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