【发布时间】:2014-06-26 05:04:20
【问题描述】:
我来了
Error: [$location:ihshprfx] Invalid url "http://localhost:3000/#", missing hash prefix "#!". http://errors.angularjs.org/1.2.16/$location/ihshprfx?p0=http%3A%2F%2Flocalhost%3A3000%2F%23&p1=%23
delete 函数之后:
$scope.delete = function(venue) {
venue.$remove();
};
但场地已成功移除。有什么问题?
更新:我在下拉列表中看到我写了 href = '#' 。但是当我删除它时,什么也没有发生。如何从标签中调用指令?
<a href='#' ng-click="remove(venue)">Delete</a>
【问题讨论】:
-
在元素上设置
href=""会发生什么? -
<a ng-click="remove(venue)">Delete</a>没有href应该没问题 -
我将函数重命名为删除,现在它正在工作
-
@Burak 你能接受我在你上述评论之前发布的答案吗?
标签: node.js angularjs mean-stack