make reviewer requested changes

This commit is contained in:
Deep Tailor
2017-10-10 14:37:25 -07:00
parent a4a1cb5e05
commit 26210eaa50
2 changed files with 6 additions and 10 deletions

View File

@ -39,7 +39,7 @@ define(
beforeEach(function () {
mockScope = jasmine.createSpyObj(
"$scope",
["$watch"]
["$watch", "$on"]
);
mockScope.ngModel = {};
mockScope.ngModel.selectedObject = {