angularjs - ui-router dots in name not working -
The UI-Router docs shows that you can use dots in the root name:
Code> & lt ;! - Partial / State 1.html - & gt; & Lt; H1 & gt; State 1 & lt; / H1> & Lt; Hours / & gt; & Lt; A ui-sref = "state1.list" & gt; Show list & lt; / A & gt; & Lt; Div ui-view & gt; & Lt; / Div & gt;
But though this does not work in my app, this is an example, as long as I
customer
toclient.ts
everywhere:
Plunker here:
As you can see the link can not be clicked: /
< Div class = "post-text" itemprop = "text">
What you need to do is add an intangible state for that
clien
.Here, state:
Every time you define a state with dot. You still need to define the abstract state for at least the child. In your case for
clien
< Blockquote>
Comments
Post a Comment