Skip to content

Instantly share code, notes, and snippets.

@rpocklin
Created July 1, 2014 01:31
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 rpocklin/a733d1a911c7add73d56 to your computer and use it in GitHub Desktop.
Save rpocklin/a733d1a911c7add73d56 to your computer and use it in GitHub Desktop.
AngularJS Comments which will be removed from production code
<div ng-if="false">
<!--
Here is a comment which will not be shown in production code.
-->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment