Prettier ppc disasm.

This commit is contained in:
Ben Vanik 2013-12-22 13:06:15 -08:00
parent de6dc92663
commit d861ef8aab
11 changed files with 311 additions and 21 deletions

View file

@ -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;
});