1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Fixed most of the dependencies by unit testing.

Refactored TransactionService and StorageService.
This commit is contained in:
Gunther Brunner 2014-08-22 15:32:09 +09:00
parent e27e17d699
commit aad3db8828
16 changed files with 32 additions and 18 deletions

View file

@ -4,13 +4,10 @@ require.ensure([], function (require) {
require('angular-route')
require('angular-touch')
require('ng-file-upload')
angular.module('app', [
'ngRoute',
'ngTouch',
require('gettext').name,
'angularFileUpload',
require('angular-hotkeys').name,
require('./layout').name,
require('./device-list').name,