Commit 3dcc488
[DOC beta] remove needless prohibition
Originally introduced here:
https://github.com/emberjs/ember.js/pull/4403/files
Discussion question: https://discuss.emberjs.com/t/why-should-i-avoid-transitionto-and-full-urls/14870
This prohibition does not seem necessary so we should remove to avoid
teaching overhead.
(cherry picked from commit 64cbbbd)1 parent e5bdcba commit 3dcc488
File tree
2 files changed
+3
-6
lines changed- packages/@ember/-internals/routing/lib
- ext
- system
2 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
195 | 194 | | |
196 | 195 | | |
197 | 196 | | |
198 | | - | |
199 | | - | |
| 197 | + | |
200 | 198 | | |
201 | 199 | | |
202 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
629 | | - | |
| 628 | + | |
630 | 629 | | |
631 | 630 | | |
632 | 631 | | |
| |||
0 commit comments