Tomer Barkai

Results 1 comments of Tomer Barkai

In the meantime, maybe add to the README.md file a directive workaround. Something like: ``` import {mount} from 'object-visualizer' ... app.directive('json-tree', (el, bind) => { mount(bind.value, el) }) ``` And...