How do I escape curly braces for display on page when using AngularJS?

<code ng-non-bindable>{{person.name}}</code>

Documentation @ ngNonBindable

Leave a Comment