From 8d1944851d5bbecd9277ede8c4a354c2d43796ee Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sat, 19 Nov 2011 15:41:21 -0800 Subject: fix(docs): specify disqus_url --- docs/src/templates/docs.js | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/src/templates/docs.js') diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js index 5b6379a6..2a9f62a8 100644 --- a/docs/src/templates/docs.js +++ b/docs/src/templates/docs.js @@ -106,6 +106,7 @@ function DocsController($location, $window, $cookies, $filter) { // http://docs.disqus.com/help/2/ window.disqus_shortname = 'angularjs'; window.disqus_identifier = currentPageId; + window.disqus_url = 'http://docs-next.angularjs.org' + currentPageId; if ($location.host() == 'localhost') { window.disqus_developer = 1; -- cgit v1.2.3