From 6d1716eaa63933807d8cb9b5712772325c462d0a Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 21 Feb 2017 19:47:53 -0800 Subject: [PATCH] docs(toh-5): remove obsolete Dart-only prose (#3292) --- public/docs/ts/latest/tutorial/toh-pt5.jade | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index bc83d1577b..462e1f8c2e 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -619,12 +619,6 @@ block extract-id +makeExample('src/app/dashboard.component.html', 'click', 'src/app/dashboard.component.html (repeated 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' :marked Notice the `[routerLink]` binding.