angular-data-table
angular-data-table copied to clipboard
Link to ../dist on files under the folder /demo break the app because that folder unexist
I've tested about 3 to 5 files included basic and filters and they break the application, when diagnose the page we could see that are link references to ../dist That folder doesn't exists on the solution so of course, this is a mistake.
I've run sed -i 's/dist/release/g and this don't work too, will try another thing
Have you run jspm install? dist is created on gulp serve watch and included in this projects .gitignore