Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 25e1ad9

Browse files
ggoodmanpetebacondarwin
authored andcommitted
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.
1 parent 37cced6 commit 25e1ad9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/templates/js/docs.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ docsApp.serviceFactory.openPlunkr = function(templateMerge, formPostData, angula
190190
});
191191

192192
postData['files[index.html]'] = templateMerge(indexHtmlContent, indexProp);
193-
193+
postData['tags[]'] = "angularjs";
194+
195+
postData.private = true;
194196
postData.description = 'AngularJS Example Plunkr';
195197

196198
formPostData('http://plnkr.co/edit/?p=preview', postData);

0 commit comments

Comments
 (0)