yaru22 / angular-json-human

Angular Json Formatting for Human Beings (inspired by https://github.com/marianoguerra/json.human.js)
MIT License
46 stars 16 forks source link

correct import in example #2

Closed bsr203 closed 10 years ago

bsr203 commented 10 years ago

Hello,

the plnkr linked as minimal template has wrong template module

<script>
      var app = angular.module('app', [
        'yaru22.directives.jsonHuman'
      ]);

looks like it is now 'yaru22.jsonHuman'

thanks

yaru22 commented 10 years ago

Hi @bsr203, thanks for pointing it out. I updated the plnkr now!