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/settings/settings.html b/web/gui/src/main/webapp/app/view/settings/settings.html
index ae909cd..a10dd1c 100644
--- a/web/gui/src/main/webapp/app/view/settings/settings.html
+++ b/web/gui/src/main/webapp/app/view/settings/settings.html
@@ -12,10 +12,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="component" sortable col-width="200px">Component </td>