Skip to content

Commit aa4053b

Browse files
committed
Fixed bad test
1 parent e1ae338 commit aa4053b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ext/angular/test/directive/ionicSlideBox.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('Ionic Angular Slide Box', function() {
2626
}));
2727

2828
it('Should init', function() {
29-
var scope = el.isolateScope();
29+
var scope = el.scope();
3030
expect(scope.slideBox).not.toBe(undefined);
3131
});
3232
});

0 commit comments

Comments
 (0)