We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fa0df commit e75a7c1Copy full SHA for e75a7c1
test/stateSpec.js
@@ -238,7 +238,7 @@ describe('state', function () {
238
$state.go("^"); $q.flush();
239
expect($state.$current.name).toBe('about.person');
240
241
- // Transition to parent's sibling
+ // Transition to sibling
242
$state.go("^.sidebar"); $q.flush();
243
expect($state.$current.name).toBe('about.sidebar');
244
}));
0 commit comments