Ben Tesser

Results 14 comments of Ben Tesser

I have the same problem. I tracked it down to this code 0.2.0 ``` if (isUndefined(value)) { value = null; } else if (isObject(value) || isArray(value) || isNumber(+value || value))...

This sounds like a breaking change that needs to be noted in the changelog. for example: these key value paris cause an error ![image](https://cloud.githubusercontent.com/assets/830336/7866005/7d2a2030-053a-11e5-9bea-af2c317f706d.png)

@a8m please look at examples from previous comment

That looks like a reasonable solution. I'll read up on alias to make sure there aren't any side effects, but that would be awesome :). I use dgeni with the...

Definitely I'll check it out (and see if I'm able to help...though it's hard to find the time). By the way I tried alias in my ide.... problem is 100%...

Ok I'm a bit confused looking at the source of https://github.com/petebacondarwin/dgeni-angular. There seems to be very few ngdocs annotations (or even jsdoc annotations). Has dgeni improved so it is parsing...

Does dgeni parse the code as well as the docs... or just the docs. Because if it is parsing the code as well, technically, @name should make it ignore the...

Awesome... to what extent can that be relied on?

I've thought about it. My decision to use the syntax supplied was based on it's similarity the the jsdoc syntax...just replacing `*` with `#`.