kendarorg / PhpNuget

Php nuget manager supporting complex queries on txt files or MySQL
http://www.kendar.org/?p=/dotnet/phpnuget
Other
23 stars 15 forks source link

Version 4.0.0 - Bug in src/assets/route.js #52

Closed bkraul closed 7 years ago

bkraul commented 7 years ago

There is a bug on line 13 of src/assets/route.js which causes requests to be made to files with extension .html instead of .php, which causes 404 errors.

Per the rest of the calls in the file, the line:

templateUrl: pathHelper.buildViewsPath('home/home.html'),

Should be:

templateUrl: pathHelper.buildViewsPath('home/home.php'),
kendarorg commented 7 years ago

Well, it is actually correct, since it's really an html file :)