esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

Demo site ng-table.com broken when using https #1045

Closed stnor closed 7 months ago

stnor commented 5 years ago

Demo site ng-table.com broken when using https.

I think all 3rd party resources should be "//something" rather than "http://something".

jbhaktul commented 2 years ago

I had the same issue, I was able to solve it by git cloning the project and running:

npm i -g http-server

which installed the http-server globally and then I ran:

npm run serve:docs-site