Commit 64cbbbd
committed
[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.1 parent 1032b80 commit 64cbbbd
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 | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
632 | | - | |
| 631 | + | |
633 | 632 | | |
634 | 633 | | |
635 | 634 | | |
| |||
0 commit comments