List items with or without binding

This commit is contained in:
Max Lynch
2013-10-09 20:07:39 -05:00
parent ec889daf06
commit 595fc67e49
9 changed files with 107 additions and 56 deletions

View File

@ -0,0 +1,11 @@
describe('Ionic List', function() {
var modal, q;
beforeEach(module('ionic.ui.list'));
beforeEach(function() {
});
it('Should init', function() {
});
});