react-angular
react-angular copied to clipboard
Use AngularJS 1.x templates in react components
Results
2
react-angular issues
Sort by
recently updated
recently updated
newest added
When the react component unmounts, the angular component needs to be cleaned-up. This PR destroys the angular scope on component unmount, preventing any watchers / event handlers from running after...
Hi! First, thanks for the nice project! It occurred to me that when setting `$compileProvider.debugInfoEnabled(false);` (such as when in production), this module breaks because it relies on the fact that...