mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
List items with or without binding
This commit is contained in:
11
js/ext/angular/test/directive/ionicList.unit.js
Normal file
11
js/ext/angular/test/directive/ionicList.unit.js
Normal file
@ -0,0 +1,11 @@
|
||||
describe('Ionic List', function() {
|
||||
var modal, q;
|
||||
|
||||
beforeEach(module('ionic.ui.list'));
|
||||
|
||||
beforeEach(function() {
|
||||
});
|
||||
|
||||
it('Should init', function() {
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user