ui-router / angular-hybrid

Upgrade an ng1 UI-Router app to a ng1+ng2 hybrid using ng-upgrade
MIT License
167 stars 75 forks source link

Fix example to run with webpack 5 #576

Closed alcroito closed 1 year ago

alcroito commented 1 year ago

Previously it displayed a 404 error instead.

alcroito commented 1 year ago

Seems it's not sufficient without doing a build first. Will re-open with fixes.

alcroito commented 1 year ago

Was missing a leading slash in publicPath option.