Created
July 1, 2014 01:31
-
-
Save rpocklin/a733d1a911c7add73d56 to your computer and use it in GitHub Desktop.
AngularJS Comments which will be removed from production code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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