mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 14:19:17 +08:00
Unit test and tab stuff
This commit is contained in:
@ -8,7 +8,7 @@ describe('Ionic Angular Side Menu', function() {
|
||||
beforeEach(module('ionic.ui.sideMenu'));
|
||||
|
||||
beforeEach(inject(function($compile, $rootScope) {
|
||||
el = $compile('<div side-menu-ctrl></div>')($rootScope);
|
||||
el = $compile('<side-menus></side-menus>')($rootScope);
|
||||
}));
|
||||
|
||||
it('Should init', function() {
|
||||
|
||||
Reference in New Issue
Block a user