Skip to content

yanmeiYang/-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

-- $state

  • $state.go('contact.detail') will go to the 'contact.detail' state
  • $state.go('^') will go to a parent state.
  • $state.go('^.sibling') will go to a sibling state.
  • $state.go('.child') will go to a child state.
  • $state.go('.child.grandchild') will go to a grandchild state.

window.top.postMessage 引发的思考