Skip to content

Commit b3fcacd

Browse files
MapleYeMarkPieszak
authored andcommitted
Update temporary-aspnetcore-engine.ts (TrilonIO#258)
Sorry, my bad.
1 parent ceaf0c8 commit b3fcacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/polyfills/temporary-aspnetcore-engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export function ngAspnetCoreEngine(
130130
//htmlDoc.indexOf('<style ng-transition'),
131131
//htmlDoc.lastIndexOf('</style>') + 8
132132
//);
133-
let STYLES_STRING: string = htmlDoc.indexOf('<style ng-transition') > 0
133+
let STYLES_STRING: string = htmlDoc.indexOf('<style ng-transition') > -1
134134
? htmlDoc.substring(
135135
htmlDoc.indexOf('<style ng-transition'),
136136
htmlDoc.lastIndexOf('</style>') + 8)

0 commit comments

Comments
 (0)