标签: angularjs scope
//TypeError: Cannot read property '$emit' of undefined vm.$emit("namePublished", { "username": response.user });
答案 0 :(得分:3)
您无法在$scope上调用this方法。所以你需要注入$scope并像往常一样使用。
$scope
this