Skip to content

Instantly share code, notes, and snippets.

@matsko
Last active December 15, 2015 00:28
Show Gist options
  • Save matsko/5173125 to your computer and use it in GitHub Desktop.
Save matsko/5173125 to your computer and use it in GitHub Desktop.
<!-- 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