Last active
December 15, 2015 00:28
-
-
Save matsko/5173125 to your computer and use it in GitHub Desktop.
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
<!-- this is the directive --> | |
<div ng-include ng-animate="enter: enter" style="-webkit-transition: 1s linear all"> | |
<div class="ng-animate-enter-setup ng-animate-enter-start"> | |
<!-- this is the template HTML --> | |
<div>….</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment