KiraLT / Bjax

Ajax link system for modern website. Convert any link in your page to ajax link.
GNU General Public License v2.0
37 stars 12 forks source link

Does not work when using with Angular and Angular Material Frameworks #4

Closed vaishnavmhetre closed 6 years ago

vaishnavmhetre commented 8 years ago

Bjax got issues with its click capture events as it does capture and navigates to link even when we click on any part of page which doesn't even contain any link.

Secondly the page does not load any page through links, rather it just reloads the same page the request came from.

In have faced this issue with Angular together with Angular Material Framework but I didn't implement any click or href linked events in Angular yet, hence Bjax interference with core Angular components feels barely impossible and hence I think you need to rectify the code once again and help me out of this problem as early as possible.

vaishnavmhetre commented 6 years ago

Closing as no response returned.