mohsen1 / json-formatter

Angular directive for collapsible JSON in HTML
http://azimi.me/json-formatter/demo/demo.html
Other
372 stars 85 forks source link

Object prototypes #67

Closed remadrivan closed 1 year ago

remadrivan commented 7 years ago

Hi, Is it possible to integrate the Object.prototype? I tried $scope.deep = Object.create({"test":"test"}); But it is not showing?

mohsen1 commented 7 years ago

You can resolve it yourself

mohsen1 commented 7 years ago

Just convert the prototype chain to normal member

remadrivan commented 1 year ago

Implemented