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

Commit

Permalink
feat(docs): Add angularjs tag to plunks and make private
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ggoodman authored and petebacondarwin committed Dec 11, 2012
1 parent 37cced6 commit 25e1ad9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/templates/js/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 25e1ad9

Please sign in to comment.