Files
2013-10-09 20:07:39 -05:00

12 lines
169 B
JavaScript

describe('Ionic List', function() {
var modal, q;
beforeEach(module('ionic.ui.list'));
beforeEach(function() {
});
it('Should init', function() {
});
});