Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save killerchip/2146f4770bb6ea1c08ce680f8dab4469 to your computer and use it in GitHub Desktop.
Save killerchip/2146f4770bb6ea1c08ce680f8dab4469 to your computer and use it in GitHub Desktop.
Angular cheatsheet: Directives / NgNonBindable

NgNonBindable

Helps you 'disable' bidding in HTML so you can use the {{ content }} double brackets as is.

  <div ngNonBindable>
    {{ this should be rendered as is and not interpolated. }}
  </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment