ng-include was breaking things, so we create a new ng-if to match based on media queries
This commit is contained in:
parent
9a402ab0b1
commit
de8bd4a92e
3 changed files with 20 additions and 7 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue