fix(docs): specify disqus_url

This commit is contained in:
Igor Minar 2011-11-19 15:41:21 -08:00
parent 3e1a6688c3
commit 8d1944851d

View file

@ -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;