6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
application-view(
|
|
ng-repeat='application in self.applications',
|
|
ng-if='application == self.activeApplication'
|
|
application='application'
|
|
ng-attr-id='{{application.identifier}}'
|
|
) |