是否可以在a == condition
使用ng-if条件?
像--ng-if='id = 1'
一样?以下是我如何使用它:
.col-md-3(ng-repeat="user in refs.userList | orderBy : 'department.id'", ng-if="user.department.id")
我想只显示来自部门编号1
的用户。
答案 0 :(得分:1)
仅来自部门编号为1的用户
按照您的建议使用REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework_jwt.authentication.JSONWebTokenAuthentication',
'rest_framework.authentication.BasicAuthentication',
'rest_framework.authentication.SessionAuthentication',
),
'DEFAULT_PARSER_CLASSES': (
'rest_framework.parsers.FormParser',
'rest_framework.parsers.MultiPartParser',
'rest_framework.parsers.JSONParser',
)
}
运算符;不是您尝试过的任务(==
):
=