Closed
Description
I have encountered a problem when using $transitions and declaring the to and from parameters.
(using 1.0 beta 3, NG1)
Here is the states tree:
A -> B
B -> C
B -> D
When I use to:C, from:D, it works well.
If I replace by to:B.C, from:D it doesn't work anymore.
Same issue with to:B.**, from:D or if I modify from:D with same kind of alternatives.
Note: in your doc about globs, for the exact match, you could add for glob 'A' if it matches or not 'B.A' i.e. if ancestors have to be specified or if the glob tries to match a leaf of the tree or a group of segments at the leaf of the tree.