File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
TechStacks.ServiceInterface Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,7 @@ public object Any(FallbackForClientRoutes request)
5656 public object AngularJsApp ( )
5757 {
5858 //Return default.cshtml for unmatched requests so routing is handled on the client
59- return new HttpResult
60- {
61- View = "/default.cshtml"
62- } ;
59+ return new HttpResult ( VirtualFileSources . GetFile ( "/default.html" ) ) ;
6360 }
6461
6562 public object Any ( ClientAllTechnologyStacks request )
Original file line number Diff line number Diff line change 1- @inherits ViewPage
2- <!DOCTYPE html>
1+ <!DOCTYPE html>
32<!--[if lt IE 7]> <html lang="en" ng-app="techStackApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
43<!--[if IE 7]> <html lang="en" ng-app="techStackApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
54<!--[if IE 8]> <html lang="en" ng-app="techStackApp" class="no-js lt-ie9"> <![endif]-->
You can’t perform that action at this time.
0 commit comments