1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
OpenSTF/res/app/components/stf/common-ui/modals/version-update/index.js
Gunther Brunner aad3db8828 Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
2014-08-22 15:32:09 +09:00

5 lines
217 B
JavaScript

module.exports = angular.module('stf.version-update-service', [
require('stf/common-ui/modals/common').name,
require('ui-bootstrap').name
])
.factory('VersionUpdateService', require('./version-update-service'))