mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
9 lines
177 B
JavaScript
9 lines
177 B
JavaScript
require('angular-animate')
|
|
require('./growl.css')
|
|
require('angular-growl')
|
|
|
|
module.exports = angular.module('stf/common-ui/notifications', [
|
|
'ngAnimate',
|
|
'angular-growl'
|
|
])
|