mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
collectionRepeat: a few fixes and tweaks
This commit is contained in:
@@ -261,7 +261,7 @@ describe('$collectionDataSource service', function() {
|
||||
});
|
||||
});
|
||||
|
||||
describe('setData', function() {
|
||||
describe('.setData()', function() {
|
||||
it('should set data and calculateDataDimensions()', function() {
|
||||
var source = setup();
|
||||
spyOn(source, 'calculateDataDimensions');
|
||||
|
||||
Reference in New Issue
Block a user