diff options
| author | ggoodman | 2012-12-11 11:42:00 -0500 |
|---|---|---|
| committer | Pete Bacon Darwin | 2012-12-12 21:00:41 +0000 |
| commit | 741a37b3389e2c129ddb807f10ccc7b69b4140be (patch) | |
| tree | 801043967e364e1bd354f85f2c9677ed26380043 /docs/src/templates | |
| parent | 1157c5d341d2ac0de441b3437ca308c0b052c2fa (diff) | |
| download | angular.js-741a37b3389e2c129ddb807f10ccc7b69b4140be.tar.bz2 | |
feat(docs): Add angularjs tag to plunks and make private
This is a minor edit to allow Plunks created by way of the docs.angularjs.org site to be appropriately tagged as `angularjs`.
Also, make these generated Plunks private by default.
Diffstat (limited to 'docs/src/templates')
| -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); |
