chore(upgrad): ng alpha52 and case-sensitive templates

This commit is contained in:
Adam Bradley
2015-12-10 22:52:55 -06:00
parent 87006dc5be
commit 5d6d9b9610
75 changed files with 292 additions and 413 deletions

View File

@@ -1,6 +1,6 @@
it('should check apple via switch element click', function() {
element(by.css('[ng-control=appleCtrl] .toggle-media')).click();
element(by.css('[ngControl=appleCtrl] .toggle-media')).click();
});