mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Starting to add Timeline notifications.
This commit is contained in:
12
res/app/components/stf/timelines/timelines-directive.js
Normal file
12
res/app/components/stf/timelines/timelines-directive.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = function timelinesDirective(Timelines) {
|
||||
return {
|
||||
restrict: 'AE',
|
||||
replace: false,
|
||||
scope: {},
|
||||
template: require('./timelines.jade'),
|
||||
link: function (scope) {
|
||||
scope.cssPrefix = Timelines.options.cssPrefix;
|
||||
scope.notifications = Timelines.notifications;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user