remove inadverdent scope variable that was added

This commit is contained in:
John Mitchell
2018-11-06 10:52:16 -05:00
parent d5ba981515
commit da7834476b

View File

@@ -29,8 +29,6 @@ export default ['templateUrl', '$state',
}; };
window.scrollTo(0, 0); window.scrollTo(0, 0);
scope.objectType = scope.object.type;
} }
}; };
} }