mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
require('angular-animate')
|
|
require('./growl.css')
|
|
require('angular-growl')
|
|
|
|
module.exports = angular.module('stf/common-ui/notifications', [
|
|
'ngAnimate',
|
|
'angular-growl'
|
|
])
|