Simon Hunt

GUI -- TopoView - Minor formatting changes.

Change-Id: Ibd02437fb6f6c3d75546d29ffdb15fde801f0292
...@@ -216,7 +216,6 @@ ...@@ -216,7 +216,6 @@
216 // --- Controller Definition ----------------------------------------- 216 // --- Controller Definition -----------------------------------------
217 217
218 angular.module('ovTopo', moduleDependencies) 218 angular.module('ovTopo', moduleDependencies)
219 -
220 .controller('OvTopoCtrl', [ 219 .controller('OvTopoCtrl', [
221 '$scope', '$log', '$location', '$timeout', 220 '$scope', '$log', '$location', '$timeout',
222 'FnService', 'MastService', 'KeyService', 'ZoomService', 221 'FnService', 'MastService', 'KeyService', 'ZoomService',
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
19 19
20 Defines the conduit between the client and the server: 20 Defines the conduit between the client and the server:
21 - provides a clean API for sending events to the server 21 - provides a clean API for sending events to the server
22 - - dispatches incoming events from the server to the appropriate submodule 22 + - dispatches incoming events from the server to the appropriate sub-module
23 23
24 */ 24 */
25 25
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
87 87
88 function onWsOpen() { 88 function onWsOpen() {
89 $log.debug('web socket opened...'); 89 $log.debug('web socket opened...');
90 - // kick off request for periodic summary data... 90 + // start by requesting periodic summary data...
91 dispatcher.sendEvent('requestSummary'); 91 dispatcher.sendEvent('requestSummary');
92 } 92 }
93 93
......