Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(tabs): account for BC in AngularJS v1.5.1
Due to a breaking change in v1.5.1 (introduced in angular/angular.js@7617c08), a CSS selector in `test/angularjs.org.spec.js` couldn't find the targeted element and failed. This commit fixes the problem by manually wrapping the text nodes in `<span>` elements. **NOTE:** The BC was reverted in v1.5.2, but will eventually be re-introduced in v1.6, so let's be prepared. Closes angular#194
- Loading branch information