Closed joshvillbrandt closed 8 years ago
I ended up using this instead: https://github.com/Goldark/ng-json-explorer
The object data is provided in a two-way binding, so it should update to object changes (though I may be wrong). The gh-pages demo uses this functionality to support loading different objects.
Faced the same issue when we were updating the scope variable [fixed] by adding a ng-if to the directive to check for the data load is complete
It appears that this directive currently does not respond to
object
changes which minimizes its utility.