Skip to main content Skip to complementary content

removeAlternateState method

app.removeAlternateState(qStateName)

Method used to remove an alternate state in the app.

Since:
  • 1.1

Parameters

Name Type Description
qStateName String

Alternate state name.

Returns

A promise of a RPC reply.

Tip noteFor more information regarding a promise, see http://docs.angularjs.org/api/ng.$q.

Example

app.removeAlternateState("X");

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!