Sending basic control commands. Angular routing is hard.

This commit is contained in:
Ben Vanik 2013-12-23 16:13:16 -08:00
parent 475ddc1fcf
commit dc48b0a85a
7 changed files with 246 additions and 54 deletions

View file

@ -61,6 +61,10 @@ module.controller('CodeTabController', function(
});
};
$scope.showLocation = function() {
//
};
if (app.session.dataSource) {
refresh();
}