Added optional --user-profile-url for opening user profile page in an external domain, it was hardcoded.

This commit is contained in:
Gunther Brunner
2015-03-17 19:48:41 +09:00
parent f5cb2f91c0
commit e1a7560bc0
6 changed files with 21 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
module.exports = angular.module('stf/device/enhance-device', [
require('stf/app-state').name
])
.factory('EnhanceDeviceService', require('./enhance-device-service'))