| 
9 | 9 | 
 
  | 
10 | 10 |     <md-menu ng-if="r.currentProject">  | 
11 | 11 |       <md-button aria-label="Switch project"  | 
 | 12 | +                 title="Switch project"  | 
12 | 13 |                  ng-click="vm.openMenu($mdMenu.open, $event)">  | 
13 |  | -        <md-tooltip md-direction="bottom">  | 
14 |  | -          Switch project  | 
15 |  | -        </md-tooltip>  | 
16 | 14 |         <span ng-bind="r.currentProject.title"></span>  | 
17 | 15 |       </md-button>  | 
18 | 16 |       <md-menu-content width="4">  | 
 | 
30 | 28 |     <nav class="nav">  | 
31 | 29 |       <md-button class="md-icon-button"  | 
32 | 30 |                  aria-label="Add Task"  | 
 | 31 | +                 title="Add task"  | 
33 | 32 |                  ng-click="vm.openAddTask()">  | 
34 |  | -        <md-tooltip md-direction="bottom">  | 
35 |  | -          Add task  | 
36 |  | -        </md-tooltip>  | 
37 | 33 |         <ng-md-icon icon="add"></ng-md-icon>  | 
38 | 34 |       </md-button>  | 
39 | 35 | 
 
  | 
40 | 36 |       <md-button class="md-icon-button"  | 
41 | 37 |                  aria-label="Daily Planner"  | 
42 | 38 |                  ui-sref-active="md-raised"  | 
43 |  | -                 ui-sref="daily-planner">  | 
44 |  | -        <md-tooltip md-direction="bottom">  | 
45 |  | -          Go to daily planer  | 
46 |  | -        </md-tooltip>  | 
 | 39 | +                 ui-sref="daily-planner"  | 
 | 40 | +                 title="Go to daily planer">  | 
47 | 41 |         <ng-md-icon icon="border_color"></ng-md-icon>  | 
48 | 42 |       </md-button>  | 
49 | 43 | 
 
  | 
50 | 44 |       <md-button class="md-icon-button"  | 
51 | 45 |                  aria-label="Work View"  | 
52 | 46 |                  ui-sref-active="md-raised"  | 
53 | 47 |                  ng-if="$state.current.name!=='daily-summary'"  | 
54 |  | -                 ui-sref="work-view">  | 
55 |  | -        <md-tooltip md-direction="bottom">  | 
56 |  | -          Go to work view  | 
57 |  | -        </md-tooltip>  | 
 | 48 | +                 ui-sref="work-view"  | 
 | 49 | +                 title="Go to work view">  | 
58 | 50 |         <ng-md-icon icon="playlist_play"></ng-md-icon>  | 
59 | 51 |       </md-button>  | 
60 | 52 | 
 
  | 
61 | 53 |       <md-button class="md-icon-button"  | 
62 | 54 |                  aria-label="Daily Summary"  | 
63 | 55 |                  ng-if="$state.current.name==='daily-summary'"  | 
64 | 56 |                  ui-sref-active="md-raised"  | 
65 |  | -                 ui-sref="daily-summary">  | 
66 |  | -        <md-tooltip md-direction="bottom">  | 
67 |  | -          Finish your day / Go to summary  | 
68 |  | -        </md-tooltip>  | 
 | 57 | +                 ui-sref="daily-summary"  | 
 | 58 | +                 title="Finish your day / Go to summary">  | 
69 | 59 |         <ng-md-icon icon="done_all"></ng-md-icon>  | 
70 | 60 |       </md-button>  | 
71 | 61 | 
 
  | 
72 | 62 |       <md-button class="md-icon-button"  | 
73 | 63 |                  aria-label="Daily Agenda / Tracking History"  | 
74 | 64 |                  ui-sref-active="md-raised"  | 
75 |  | -                 ui-sref="daily-agenda">  | 
76 |  | -        <md-tooltip md-direction="bottom">  | 
77 |  | -          Go to daily agenda / Tracking history  | 
78 |  | -        </md-tooltip>  | 
 | 65 | +                 ui-sref="daily-agenda"  | 
 | 66 | +                 title="Go to daily agenda / Tracking history">  | 
79 | 67 |         <ng-md-icon icon="today"></ng-md-icon>  | 
80 | 68 |       </md-button>  | 
81 | 69 | 
 
  | 
82 | 70 |       <md-button class="md-icon-button"  | 
83 | 71 |                  aria-label="Settings"  | 
84 | 72 |                  ui-sref-active="md-raised"  | 
85 |  | -                 ui-sref="settings">  | 
86 |  | -        <md-tooltip md-direction="bottom">  | 
87 |  | -          Go to settings  | 
88 |  | -        </md-tooltip>  | 
 | 73 | +                 ui-sref="settings"  | 
 | 74 | +                 title="Go to settings">  | 
89 | 75 |         <ng-md-icon icon="settings"></ng-md-icon>  | 
90 | 76 |       </md-button>  | 
91 | 77 | 
 
  | 
92 | 78 |       <md-button class="md-icon-button"  | 
93 | 79 |                  aria-label="Help"  | 
94 |  | -                 ng-click="vm.openHelp();">  | 
95 |  | -        <md-tooltip md-direction="bottom">  | 
96 |  | -          Open help for current view  | 
97 |  | -        </md-tooltip>  | 
 | 80 | +                 ng-click="vm.openHelp();"  | 
 | 81 | +                 title="Open help for current view">  | 
98 | 82 |         <ng-md-icon icon="help_outline"></ng-md-icon>  | 
99 | 83 |       </md-button>  | 
100 | 84 | 
 
  | 
 | 
0 commit comments