Skip to content

Instantly share code, notes, and snippets.

@kvofreelance
Created January 19, 2014 16:43
Show Gist options
  • Save kvofreelance/8507352 to your computer and use it in GitHub Desktop.
Save kvofreelance/8507352 to your computer and use it in GitHub Desktop.
<tr ng-repeat="item in ingridients" class="photo_table_ingridients_row ng-scope" ng-swipe-left="swipeIngridients(item.guid)" ng-swipe-right="swipeBackIngridients(item.guid)">
<td ng-class="item.isSwiped ? 'container-swipe' : ''">
<div ng-class="item.isSwiped ? 'ingridient-swipe-left-animation' : ''">
<div class="left-ingidients-td ng-binding">"Краб"- ароматизаторы</div>
<div class="right-ingidients-td">
<div ng-show="item.effect" ng-style="{color: ingridientsColor[item.effect]};" class="ng-binding" style="color: rgb(31, 31, 31);">Neutral</div>
</div>
</div>
<div class="ingridient-delete-btn animate-show ng-hide" ng-show="item.isSwiped" ng-click="deleteIngridients(item.guid)">Delete</div>
</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment