Hide a element based on a breakpoint.
<div class="recipe" ng-repeat="(index, recipe) in recipes" responsive-hide="{{ (288 * (index+1)) }}" responsive-hide-watch="recipes">
...
</div>
responsive-hide you use it to define your breakpoint.
responsive-hide-watch you use it to define a variable to watch to run a directive again, or, when you change that value.