我想做这样的东西。
<h3 ng-show="{{mode == 'create'}}">Create Vacancy</h3>
<h3 ng-show="{{mode == 'edit'}}">Edit this Vacancy</h3>
$scope.mode
“创建”或“编辑”在哪里。
我该怎么做呢?我正在尝试的任何方法都不起作用。
我想做这样的东西。
<h3 ng-show="{{mode == 'create'}}">Create Vacancy</h3>
<h3 ng-show="{{mode == 'edit'}}">Edit this Vacancy</h3>
$scope.mode
“创建”或“编辑”在哪里。
我该怎么做呢?我正在尝试的任何方法都不起作用。