Skip to content

Commit f529c7b

Browse files
committed
unit-test-workshop-04-4
1 parent c03c10a commit f529c7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/view1/view1Controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
vm.getItems = getItems;
1717
vm.getAllItems = getAllItems;
1818
vm.getItem = getItem;
19+
vm._init = init;
1920

2021
function init() {
2122
getAllItems();

0 commit comments

Comments
 (0)