eventOf and eventType problem
thevenmuthu opened this issue · 2 comments
thevenmuthu commented
Hi. I am using Dgeni to generate documentation. All went fine until I encounter events. I am unable to extract information related to events since Dgeni keep prompting that there is something wrong with eventOf and eventType. It says 'cannot read property 2 of null' for eventType. For eventOf, it reports 'invalid tag'. Kindly, take a look on this issue. Thank you.
wingedfox commented
@eventtype requires value in form of '<emit|broadcast|listen> on '
Source: https://github.com/rubenv/angular-gettext/blob/master/src/catalog.js#L44
Docs: http://wingedfox.github.io/dgeni-alive/docs/angular-gettext/#/api/gettext/service/gettextCatalog
thevenmuthu commented
@wingedfox Thanks for the info. Worked like charm.