From 38527048101d8c80234b094e4d8c5b93ba3e7ce2 Mon Sep 17 00:00:00 2001 From: Thibault Sottiaux Date: Wed, 30 Mar 2016 00:40:15 +0100 Subject: [PATCH] Add link to documentation chapter on angular.io to the dart-doc-syncer info file. --- public/docs/_examples/template-syntax/dart/.docsync.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/docs/_examples/template-syntax/dart/.docsync.json b/public/docs/_examples/template-syntax/dart/.docsync.json index 39b5d4ee18..0caee30723 100644 --- a/public/docs/_examples/template-syntax/dart/.docsync.json +++ b/public/docs/_examples/template-syntax/dart/.docsync.json @@ -1,3 +1,4 @@ { - "name": "Template Syntax" + "name": "Template Syntax", + "docHref": "https://angular.io/docs/ts/latest/guide/template-syntax.html" }