Files
stf-DeviceFarmer/res/app/components/stf/timelines/timelines.jade
2014-05-12 18:35:19 +09:00

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')