doItemAction

  1. - function in module formService

mode could be in ['normal', 'modal', 'new'] . the default mode is 'normal' and it loads data on same tab without modal. 'modal' will use modal to manipulate data and do all actions in that modal. 'new' will be open new page with response data

Usage

doItemAction($scope, key, todo, mode);

Arguments

Param Type Details
$scope
key
todo
mode

Returns

*