使用Controller中的传统方法会导致:

type 'RootContext' is not a subtype of type 'Map' of '_scope@0xXXXXXXXXX'

由于@Controller和RootContext之间的差异,多数民众赞成在正常情况下

由于RootContext现在可用,如何与带有参数的@NgCallback一起使用?

最佳答案

似乎这是RootContext的临时限制,因为RootContext尚未扩展Map

参见similar issue

10-05 23:17