mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-06 15:13:34 +00:00
Prettier ppc disasm.
This commit is contained in:
parent
de6dc92663
commit
d861ef8aab
11 changed files with 311 additions and 21 deletions
|
|
@ -105,7 +105,10 @@ module.service('app', function(
|
|||
});
|
||||
|
||||
|
||||
module.run(function($rootScope, app, log) {
|
||||
module.run(function($rootScope, $state, $stateParams, app, log) {
|
||||
$rootScope.$state = $state;
|
||||
$rootScope.$stateParams = $stateParams;
|
||||
|
||||
$rootScope.app = app;
|
||||
$rootScope.log = log;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue