We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ae338 commit aa4053bCopy full SHA for aa4053b
js/ext/angular/test/directive/ionicSlideBox.unit.js
@@ -26,7 +26,7 @@ describe('Ionic Angular Slide Box', function() {
26
}));
27
28
it('Should init', function() {
29
- var scope = el.isolateScope();
+ var scope = el.scope();
30
expect(scope.slideBox).not.toBe(undefined);
31
});
32
0 commit comments