我需要一种方法来使用orng-show
中的某些元素。views
directives
在我的应用程序中,我使用的是这样的东西:
if ($location.$path() == '/edit') {
$scope.showBorder = true
}
但是这种方式在 中不能正常工作directives
,因为在其中它只能工作一次。
我需要一种方法来使用orng-show
中的某些元素。views
directives
在我的应用程序中,我使用的是这样的东西:
if ($location.$path() == '/edit') {
$scope.showBorder = true
}
但是这种方式在 中不能正常工作directives
,因为在其中它只能工作一次。