beforeEach(inject(function (_$rootScope_, _$compile_, _$templateCache_, _$location_) {
    scope = _$rootScope_.$new();
    sandboxEl = $('<div>').attr('id', 'sandbox').appendTo($('body'));
    $compile = _$compile_;
    $templateCache = _$templateCache_;