Updating tests, fixing some old toggle and tab stuff

This commit is contained in:
Max Lynch
2013-10-29 12:04:44 -05:00
parent 4efd10765c
commit 599dd732d4
9 changed files with 4570 additions and 699 deletions

View File

@ -27,7 +27,7 @@ describe('List View', function() {
});
});
iit('Should init item height from CSS', function() {
it('Should init item height from CSS', function() {
var list = new ionic.views.ListView({
el: h,
listEl: listEl,
@ -37,7 +37,7 @@ describe('List View', function() {
expect(list.itemHeight).toEqual(50);
});
iit('Should support virtual scrolling', function() {
it('Should support virtual scrolling', function() {
var list = new ionic.views.ListView({
el: h,
listEl: listEl,