react2angularjs
Advanced tools
@@ -70,3 +70,3 @@ (function (global, factory) { | ||
| this.elementScope.$watch(this.render.bind(this)); | ||
| this.elementScope.$watchGroup(Object.keys(this.elementScope.$$isolateBindings), this.render.bind(this)); | ||
| } | ||
@@ -73,0 +73,0 @@ }, { |
+1
-1
| { | ||
| "name": "react2angularjs", | ||
| "version": "1.0.0-beta.4", | ||
| "version": "1.0.1", | ||
| "description": "A fully functional way to integrate React components in Angular 1 apps!", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -40,3 +40,3 @@ import React from 'react'; | ||
| //re render on scope changes | ||
| this.elementScope.$watch(this.render.bind(this)); | ||
| this.elementScope.$watchGroup(Object.keys(this.elementScope.$$isolateBindings), this.render.bind(this)); | ||
| } | ||
@@ -43,0 +43,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13804
0.75%0
-100%