diff --git a/lib/browser/app.js b/lib/browser/app.js index 42f60ecd..897345c2 100644 --- a/lib/browser/app.js +++ b/lib/browser/app.js @@ -195,8 +195,6 @@ app.controller('AppController', function( }); }; - - this.open = shell.openExternal; }); app.controller('SettingsController', function(SettingsService) { @@ -205,6 +203,7 @@ app.controller('SettingsController', function(SettingsService) { app.controller('NavigationController', function($state) { this.isState = $state.is; + this.open = shell.openExternal; }); app.controller('FinishController', function($state, SelectionStateService, SettingsService) { diff --git a/lib/index.html b/lib/index.html index 63ad39fe..9c538e21 100644 --- a/lib/index.html +++ b/lib/index.html @@ -37,16 +37,16 @@
-