octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
12 lines
169 B
JavaScript
12 lines
169 B
JavaScript
describe('Ionic List', function() {
|
|
var modal, q;
|
|
|
|
beforeEach(module('ionic.ui.list'));
|
|
|
|
beforeEach(function() {
|
|
});
|
|
|
|
it('Should init', function() {
|
|
});
|
|
});
|