fix: bind modals to application lifetime

This commit is contained in:
Mo Bitar
2020-09-24 15:32:01 -05:00
parent 65498cad5c
commit 94a82412bd
6 changed files with 59 additions and 57 deletions

View File

@@ -2,4 +2,5 @@ application-view(
ng-repeat='application in self.applications',
ng-if='application == self.activeApplication'
application='application'
ng-attr-id='{{application.identifier}}'
)