Skip to content

Instantly share code, notes, and snippets.

@xcarpentier
Created October 2, 2014 07:08
Show Gist options
  • Save xcarpentier/06ac6352ff3d436e40d2 to your computer and use it in GitHub Desktop.
Save xcarpentier/06ac6352ff3d436e40d2 to your computer and use it in GitHub Desktop.
<!-- A éviter -->
<div ng-controller="Customer">
{{ name }}
</div>
<!-- Recommandé -->
<div ng-controller="Customer as customer">
{{ customer.name }}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment