UNPKG

@df-legacy/angular-ladda-3.5

Version:

An angular directive wrapper for Ladda.

10 lines (8 loc) 256 B
describe('Double curly binding test', function() { beforeEach(function () { browser.get('/binding.html'); }); it('should compile binding', function() { expect(element(by.css('#loader1 .ladda-spinner div')).isPresent()).toBe(true); }); });