Questions tagged [plunker]

Plunker is an online community for creating, collaborating on and sharing web development ideas.

Plunker is an online community for creating, collaborating on and sharing web development ideas.
http://plnkr.co

254 questions
73
votes
2 answers

What are "data-require" "data-semver" in HTML files?

I have seen tags like this in HTML. What are these attributes? This is NOT a duplicate of the data-* question. Edit: I am looking for these two specific attributes, not data-* in general, nor data-required, as Google suggests. If you search the web,…
J-16 SDiZ
  • 26,473
  • 4
  • 65
  • 84
33
votes
1 answer

Uploading files to Plunker

Is there any way to upload multiple files to http://plnkr.co, instead of copy-pasting the code all the time? Would be great if a plunker could be connected to a github repository, or if a set of files could be dragged in.
Serge van den Oever
  • 4,340
  • 8
  • 45
  • 66
26
votes
1 answer

How to delete obsolete Plunker versions?

Is there a way to delete obsolete Plunker versions, but keep the latest version? There are a few lines I pasted in the original version of my plunk that I would like to hide.
user3489502
  • 3,451
  • 9
  • 38
  • 66
20
votes
5 answers

debugging plunker in chrome developer tools

I created a javascript file in Plunker and I want to debug it. When I open 'Sources' panel, I don't see js file that I created. I only see plenty of Plunker js files. Please advice. Thanks
Dmitry
  • 4,143
  • 10
  • 46
  • 57
20
votes
4 answers

Using Plunker, How to access variable from the browser console

I'm using Plunker (http://plnkr.co/) to test JavaScript. From the browser console I want to access variables that I defined in the script. In Plunker, can anyone tell me how to access the variable "someValue" from the browser console.
Mike Barlow - BarDev
  • 11,087
  • 17
  • 62
  • 83
18
votes
1 answer

Can plunker save to github?

Can I make projects on plnkr.co and save them to github? Plnkr is perfect to present javascript projects and enables instant collaborative developements. It will be very helpful if I can export from plnkr.co to github. Is this possible? then how?
Aladdin Mhemed
  • 3,817
  • 9
  • 41
  • 56
14
votes
1 answer

How to create a directory in plunker?

How do you create a directory in a plunker ? or if there is a directory how do you create a new file/move in that directory ? Do you need to use an external tool for this ? Ex : I have edited this existing angular2 plunker, I have created myFile.ts…
Tiberiu Popescu
  • 4,486
  • 2
  • 26
  • 38
13
votes
1 answer

array.sort() does not work in IE 11 with compareFunction

I'm sorting an array following JavaScript Array sort() Method. When I use a compareFunction parameter, Internet Explorer 11 is not sorting properly. I have a team array with players. These players have names: var team = [ {name:"Waldo"}, …
10
votes
1 answer

How to add a NPM package correctly in the plunker?

I got an error when using angular2-infinite-scroll. I want to reproduce it in a plunkr. I tried to use npmcdn, so I add this line in the index.html file: But I got the…
Hongbo Miao
  • 45,290
  • 60
  • 174
  • 267
9
votes
3 answers

How do I set $stateParams by using url parameters using uiRouter in Plunker?

I'm trying to demonstrate something using url-query parameters using plunker, but I can't even get the parameters to show up (and then consequently not demonstrate my original issue). I have created a simple plunker where the states url property…
Gustav
  • 3,408
  • 4
  • 24
  • 41
9
votes
4 answers

Editable HTML, CSS and Javascript within Powerpoint Presentation?

I was wondering if it was possible to have an editable HTML demo interface (like Plunkr) inside powerpoint for doing educational presentations on HTML, JavaScript, etc. Has anyone done this? Is it possible to embed an iFrame with a link to plunkr or…
Code Whisperer
  • 22,959
  • 20
  • 67
  • 85
9
votes
2 answers

Angular Directive with templateUrl - Issue on Plunker?

Can I link to a specific file within a Plunker? Specifically, I'd like to use Angular's "templateUrl" within a directive to externalize the HTML for a directive I'm building: myApp.directive('groupedlist', function() { return { restrict:…
blaster
  • 8,876
  • 11
  • 48
  • 77
8
votes
1 answer

Angular2 change detection misunderstanding - With plunker

I'm trying to fully understand change detection with Angular2 final. This include: Dealing with change detection strategies Attaching and detaching change detector from a component. I thought I already got a pretty clear overview of those…
Clement
  • 3,860
  • 4
  • 24
  • 36
8
votes
5 answers

Plunker with AngularJS and Typescript possible?

I have some code I would like to ask questions about on stackoverflow. The code is written in AngularJS with Typescript, and does manipulation and watching of the $location.hash. I now have the code on github at…
Serge van den Oever
  • 4,340
  • 8
  • 45
  • 66
7
votes
1 answer

Is it possible to open GitHub code in Plunker?

I have a GitHub account linked to Plunker but I don't see any way to open a code file or project through it. Is it possible to open GitHub files through a linked Plunker account?
LCIII
  • 3,102
  • 3
  • 26
  • 43
1
2 3
16 17