Skip to content

Instantly share code, notes, and snippets.

@sai92messy
Created December 11, 2014 07:24
Show Gist options
  • Save sai92messy/fb18c7ed0467a6dc3702 to your computer and use it in GitHub Desktop.
Save sai92messy/fb18c7ed0467a6dc3702 to your computer and use it in GitHub Desktop.
Angular animate
...
<div ui-view class="body-wrapper at-view-slide-in-left at-view-slide-out-right"></div>
...
<div ng-if="question.answer_type =='rating'" class="tabs at-repeat-wave-in">
...
<div ng-repeat="option in parseOptions(sub_question1)" ng-if="sub_question1.question_type =='is_mobile_question'" class="radio at-repeat-wave-in">
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment