Jasmine deBoer

Results 11 comments of Jasmine deBoer

+1 I spent some time reading over to docs expecting to find this flag.

bind-foo-far should map to @NgAttr('fooFar'); attributes are case insensetive, so we had to choose between camelCase and snake-case. Since bind- is intended for property binding, and 'foo-bar' is not a...

That too.. I have code in my project that should live in AngularDart.

Thanks for this PR. My first reaction is "Why is DateTime special?". Hint: it isn't special -- but apps would love a generic JSON encoder that "just works" for anything,...

Inject a "JsonParser" class into the HttpInteceptors class and then call a method on JsonParser from the response function.

@markovuksanovic Could you take this issue? I will be landed #1088 this morning.

I would prefer a compiler error instead of a warning. Warnings tend to be ignored.

Is your example what your are currently seeing, or would like to see?