You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="#" class="nobuttons" editable-checklist="user.devstatus" e-ng-options="s.value as s.text for s in statuses" buttons="no" blur="submit">
2
+
<ahref="#" class="nobuttons" editable-checklist="user.devstatus" e-ng-options="s.value as s.text for s in statuses" buttons="no" blur="submit"data-e-name="check_list[]">
3
3
{{ showStatus() }}
4
4
</a>
5
-
5
+
6
6
<ahref="#" class="onchange" editable-checklist="user.devobjectstatus" e-ng-options="s as s.text for s in statuses" buttons="no" blur="submit" e-ng-change="doSomething($data)" e-checklist-comparator="compareFn">
0 commit comments