This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Remove usage of replace #4985
Closed
Description
Given angular/angular.js#13215 and knowing that replace is deprecated, we should investigate removal of replace
usage. This will cause us some pain since a one-to-one removal is not possible in an optimal way due to how Bootstrap's CSS works in some areas, using direct child selectors.
We likely will have to have a mechanism to generate a stylesheet with the project and distribute it with the library.