1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00
OpenSTF/res/app/components/stf/common-ui/notifications/index.js
2014-09-02 17:25:22 +09:00

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