Skip to content

Commit a042593

Browse files
committed
nav bar profile and recently viewed
#331
1 parent fd9645b commit a042593

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

waltz-ng/client/navbar/directives/navbar-profile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import _ from "lodash";
2+
13
const bindings = {
24

35
};

waltz-ng/client/navbar/directives/navbar-recently-viewed.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import _ from "lodash";
2+
13
const bindings = {
24

35
};

waltz-ng/client/navbar/directives/navbar.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ const initialState = {
88

99

1010
function controller() {
11-
1211
const vm = _.defaultsDeep(this, initialState);
13-
14-
15-
16-
1712
}
1813

1914

0 commit comments

Comments
 (0)