feat(loading): add loading indicator component and styles

this is the initial commit - still needs work

references #5426
This commit is contained in:
Brandy Carney
2016-03-28 17:35:49 -04:00
parent 9a23a925a4
commit a485cd00ed
15 changed files with 733 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
it('should open default spinner', function() {
element(by.css('.e2eLoadingDefaultSpinner')).click();
});