Messaging over debug channel.

This commit is contained in:
Ben Vanik
2013-12-22 00:21:35 -08:00
parent a9378eb7eb
commit 80d8dc02aa
13 changed files with 319 additions and 20 deletions

View File

@@ -17,6 +17,7 @@ var module = angular.module('app', [
'xe.log',
'xe.router',
'xe.session',
'xe.ui.code',
'xe.ui.console',
'xe.ui.navbar'
]);