lorenzofox3 / Smart-Table

Code source of Smart Table module: a table/grid for Angularjs
http://lorenzofox3.github.io/smart-table-website/
1.8k stars 513 forks source link

Fix Pagination Links not playing nice with ContentSecurityPolicy headers #800

Closed mh03r932 closed 6 years ago

mh03r932 commented 6 years ago

Changed default pagination-template to generate links that are more ContentSecurityPolicy Header compliant. This is done by using just a hashmark instead of javascript:void(0) in the href attribute.

Also supress event propagation to prevent routers from doing something