This commit is contained in:
Max Lynch
2013-11-13 18:40:23 -06:00
parent 935c3dd2dd
commit 8e738713d5
10 changed files with 85 additions and 18 deletions

View File

@ -13,6 +13,6 @@ describe('Ionic Angular Side Menu', function() {
it('Should init', function() {
var scope = el.scope();
expect(scope.sideMenuCtrl).not.toBe(undefined);
expect(scope.sideMenuController).not.toBe(undefined);
});
});