Skip to content

Commit

Permalink
Fixed bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 18, 2013
1 parent e1ae338 commit aa4053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ext/angular/test/directive/ionicSlideBox.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Ionic Angular Slide Box', function() {
}));

it('Should init', function() {
var scope = el.isolateScope();
var scope = el.scope();
expect(scope.slideBox).not.toBe(undefined);
});
});

0 comments on commit aa4053b

Please sign in to comment.