Files
stf-DeviceFarmer/res/app/components/stf/common-ui/index.js
Gunther Brunner 553b89f764 - Add ngEnter.
2014-03-31 19:14:02 +09:00

9 lines
282 B
JavaScript

module.exports = angular.module('stf/common-ui', [
require('./safe-apply').name,
require('./clear-button').name,
require('./filter-button').name,
require('./nothing-to-show').name,
require('./table').name,
require('./notifications').name,
require('./ng-enter').name
])