diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/templates/js/docs.js | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/src/templates/js/docs.js b/docs/src/templates/js/docs.js index deaa7812..a43aa601 100644 --- a/docs/src/templates/js/docs.js +++ b/docs/src/templates/js/docs.js @@ -190,7 +190,9 @@ docsApp.serviceFactory.openPlunkr = function(templateMerge, formPostData, angula      });      postData['files[index.html]'] = templateMerge(indexHtmlContent, indexProp); - +    postData['tags[]'] = "angularjs"; +     +    postData.private = true;      postData.description = 'AngularJS Example Plunkr';      formPostData('http://plnkr.co/edit/?p=preview', postData);  | 
