Adding basic user redirect for external URL.

This commit is contained in:
Gunther Brunner
2015-03-16 20:48:24 +09:00
parent d8a972c7eb
commit f5cb2f91c0
5 changed files with 36 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
module.exports = function MenuCtrl($scope, $rootScope, SettingsService,
$location, ExternalUrlModalService, NativeUrlService) {
$location) {
SettingsService.bind($scope, {
target: 'lastUsedDevice'