Using angular1.x to pass multiple parameters, the target page receives only the first

use angular1.x to pass multiple parameters, and the target page only receives the first

clipboard.png


this is a parameter, an object


routing cannot pass objects. If more than one parameter is to be passed, it should be separated by a backslash.

url:"/detail/:id/:name/:age" //
$stateParamsid,name,age
Menu