mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-05 22:55:19 +00:00
Sending basic control commands. Angular routing is hard.
This commit is contained in:
parent
475ddc1fcf
commit
dc48b0a85a
7 changed files with 246 additions and 54 deletions
|
|
@ -61,6 +61,10 @@ module.controller('CodeTabController', function(
|
|||
});
|
||||
};
|
||||
|
||||
$scope.showLocation = function() {
|
||||
//
|
||||
};
|
||||
|
||||
if (app.session.dataSource) {
|
||||
refresh();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue