mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
div.stf-timelines
|
|
ui.list-unstyled
|
|
li(ng-repeat='(id, notification) in notifications')
|
|
div(ng-class='{{cssPrefix}} {{cssPrefix}}-{{notification.type}}')
|
|
div(ng-bind-html='notification.message')
|