I tried di Code Generator from the AngularDart tutorial but the generated code contains a lot of lines like:
"incrementHours()": (scope) => ensureFunction(_incrementHours(scope), "incrementHours")(),
but the function ensureFunction()
is unknown.
Any idea what I'm doing wrong?