We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceaf0c8 commit b3fcacdCopy full SHA for b3fcacd
Client/polyfills/temporary-aspnetcore-engine.ts
@@ -130,7 +130,7 @@ export function ngAspnetCoreEngine(
130
//htmlDoc.indexOf('<style ng-transition'),
131
//htmlDoc.lastIndexOf('</style>') + 8
132
//);
133
- let STYLES_STRING: string = htmlDoc.indexOf('<style ng-transition') > 0
+ let STYLES_STRING: string = htmlDoc.indexOf('<style ng-transition') > -1
134
? htmlDoc.substring(
135
htmlDoc.indexOf('<style ng-transition'),
136
htmlDoc.lastIndexOf('</style>') + 8)
0 commit comments