ng-include was breaking things, so we create a new ng-if to match based on media queries

This commit is contained in:
Joseph Schorr 2014-08-15 21:09:02 -04:00
parent 9a402ab0b1
commit de8bd4a92e
3 changed files with 20 additions and 7 deletions

View file

@ -73,7 +73,7 @@
</table>
<div ng-show="canEditMembers">
<div class="visible-xs visible-sm">
<div ng-if-media="'(max-width: 560px)'">
<div ng-include="'/static/directives/team-view-add.html'"></div>
</div>
</div>