Questions tagged [ngreact]

Use ngreact for questions related to the ngreact library, used to integrate ReactJS into AngularJS 1.x

The ngReact library provides a facility for wrapping React components into an AngularJS 1.x directive, whichs allows AngularJS 1.x views to take advantage of the Virtual DOM provided by ReactJS.

References

17 questions
0
votes
1 answer

ngReact can't find my react component

I've been trying to get this to work for ages, but no matter what I do the directive can't find my react component. These are the files I'm including:
Chrillewoodz
  • 27,055
  • 21
  • 92
  • 175
0
votes
1 answer

how to make ngReact work with ng-directives (ngClick, ngStyle, etc.)

[UPDATE July 23 2015] I want to create a list of buttons, one for each marker in ctrl.getMarkers(). Let's assume a marker is something like marker: {'title':' '}. Using the classic ng-repeat, I have the following
DeLac
  • 1,068
  • 13
  • 43
1
2