Closed
Description
A couple of changes in angular 1.6.0 affects the test suite:
$locationProvider.hashPrefix()
now defaults to$locationProvider.hashPrefix("!")
instead of the empty string- Transcluded simple strings are no longer wrapped in a
<span>
- Possibly due to ng-transclude adds span element with ng-scope class angular/angular.js#15223 but we also see spans generated at least since angular 1.2
Not affecting the test suite, but worth mentioning here:
- Rejected Promises without catch blocks print error messages to the console:
Possibly unhandled rejection
Metadata
Metadata
Assignees
Labels
No labels