GUAC-932: Move history-related things into own module. Begin "types/" hierarchy convention for services providing constructors only.

This commit is contained in:
Michael Jumper
2014-11-30 15:26:52 -08:00
parent 331644ddd9
commit 10171ff1ba
5 changed files with 84 additions and 28 deletions

View File

@@ -23,4 +23,4 @@
/**
* The module for code used to connect to a connection or balancing group.
*/
angular.module('client', ['auth']);
angular.module('client', ['auth', 'history']);