docs(toh-5): remove obsolete Dart-only prose (#3292)
This commit is contained in:
parent
11701c009f
commit
6d1716eaa6
|
@ -619,12 +619,6 @@ block extract-id
|
||||||
|
|
||||||
+makeExample('src/app/dashboard.component.html', 'click', 'src/app/dashboard.component.html (repeated <a> tag)')
|
+makeExample('src/app/dashboard.component.html', 'click', 'src/app/dashboard.component.html (repeated <a> tag)')
|
||||||
|
|
||||||
+ifDocsFor('dart')
|
|
||||||
.alert.is-important
|
|
||||||
:marked
|
|
||||||
Router links in the dashboard are currently not operational, as reported in issue
|
|
||||||
[dart-lang/angular2/issues/186](https://github.com/dart-lang/angular2/issues/186).
|
|
||||||
|
|
||||||
- var _pathVsName = _docsFor == 'dart' ? 'name' : 'path'
|
- var _pathVsName = _docsFor == 'dart' ? 'name' : 'path'
|
||||||
:marked
|
:marked
|
||||||
Notice the `[routerLink]` binding.
|
Notice the `[routerLink]` binding.
|
||||||
|
|
Loading…
Reference in New Issue