GUI -- Cleaned up directives - onos-sortable-header and icon no longer use isolate scope. Icon directive moved to icon.js. Deleted unneeded TableService.

Change-Id: I53970176b9ca021d1aa7d844ccd961cbf6ac6b51
diff --git a/web/gui/src/main/webapp/app/view/flow/flow.html b/web/gui/src/main/webapp/app/view/flow/flow.html
index 2003698..87109b6 100644
--- a/web/gui/src/main/webapp/app/view/flow/flow.html
+++ b/web/gui/src/main/webapp/app/view/flow/flow.html
@@ -30,10 +30,7 @@
 
     <div class="summary-list" onos-table-resize>
 
-        <div class="table-header"
-             onos-sortable-header
-             sort-params="sortParams"
-             sort-callback="sortCallback(sortParams)">
+        <div class="table-header" onos-sortable-header>
             <table>
                 <tr>
                     <td colId="id" col-width="180px" sortable>Flow ID </td>