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
0
votes
1 answer

Unable to get Mocha and Angular mocks to work in Plunker

I am trying to show an example of mocha in plunker but it is giving me angular mocks undefined issues. I tried copy and pasting bower angular mocks to no avail. beforeEach(function(){ angular.mock.module('plunker'); }); Errored code from…
technoSpino
  • 510
  • 4
  • 12
0
votes
1 answer

Issue with opening modal in plunker

I'm trying to recreate an issue with angular modal but I can't get plunker to work for basic modal. This gives error of index 0, but can't figure out where I should be passing these items from. In the code that I'm using, I don't get this issue. But…
0
votes
1 answer

Why does "hello world" angularJS code throws A LOT OF errors on Plunker?

The demo can be viewed at: http://plnkr.co/edit/tLiAWIQ3bCAo4z4VFYTc?p=preview script.js var app=angular.module('app',[]) app.controller('MyController', function($scope) { console.log("TEST") $scope.on("$destroy", function()…
Hanfei Sun
  • 45,281
  • 39
  • 129
  • 237
0
votes
1 answer

JSON Data Not Showing In Plunker

I am having trouble getting a JSON data document to appear/input into a HTML document on Plunker. The current JS being used: $(document).ready(function() { //Content Viewer Information function checkViewers() { //Base Variables var…
Andrew
  • 241
  • 1
  • 4
  • 12
0
votes
1 answer

$(.'class-name').click(function() {...}) ceases to function cross-browser?

I'm uploading code from my project to Plunker. You can see it here. When I run the code through a local server and render it in Chrome, the functionality works fine. When I try to run it through Plunker the code fails. This snippet is inside of…
Vercingetorix
  • 253
  • 2
  • 12
0
votes
1 answer

plunker always refers to github script link

I can not execute this plunker because of this error message: but I am not referencing accordion.js at all from github its locally !!! What do I wrong that I get that message? Refused to execute script from…
Elisabeth
  • 20,496
  • 52
  • 200
  • 321
0
votes
2 answers

Is there a Plunkr-like Web site for node.js applications?

I need to post some node, express, mongoose code online as demo for a StackOverflow discussion. Plunkr does not accept node emulation afaik. Any ideas where to host a demo app with live editor of the code?
Stephan Kristyn
  • 15,015
  • 14
  • 88
  • 147
0
votes
1 answer

How to bring an application from Sublime Text to a web IDE for sharing?

I generally work on my projects locally in Sublime Text but sometimes need to share them with others using things like Jsfiddle, codepen, or plunker. This is usually so I can get unstuck. Is there an easier way to share code that doesn't involve…
Kyle Pennell
  • 5,747
  • 4
  • 52
  • 75
0
votes
1 answer

Using the openPlunkr feature

On Angular.js’s developer Guide most examples has this cool feature that you can press a button ”Edit in Plunker” which will post all files to Plunker and open a new private Plunk using these files. I am using a HTML-5 presentation tool, and this…
Plaul
  • 7,191
  • 5
  • 19
  • 22
0
votes
1 answer

Angular ngGrid data presentation

I'm new to Angular and my experience with Javascript is not very extensive. I am failing to show data in ngGrid using following code. What is the problem? In essence. I am loading data from a web-service, performing a transform (pivot) on it and…
JohanLarsson
  • 475
  • 1
  • 8
  • 23
0
votes
2 answers

Concatenating collections while retaining bindings

I have two arrays in my controller and a third array which is formed by concatenating the first two arrays. var app = angular.module('app', []); var MainController = app.controller('MainController', function($scope) { $scope.dogs = ['Beagle',…
David Tuite
  • 22,258
  • 25
  • 106
  • 176
0
votes
1 answer

Sorting columns issue using tablesorter.com lib

I'm using jquery tablesorter lib from tablesorter.com. I've a table with multiple columns with thead and tbody. I have column 5 and 6 disabled from sorting. All the other columns sort properly but column 7. I can't seem to make column 7 sort at…
user730009
  • 313
  • 1
  • 5
  • 18
0
votes
2 answers

Knockout and Clear Text Box Button

I created a Plunker here: http://plnkr.co/edit/EWh3DI8fkckU9mKGqWhS I am either very tired or just not able to see what's going on. This code displays "Hello World" in the text box in VS 2013 but for some reason jQuery doesn't seem to be working in…
Jazimov
  • 12,626
  • 9
  • 52
  • 59
0
votes
1 answer

How to link library from github with no CDN to splunker or jsFiddler

I am trying to create an simplified version of my problem at jsFiddler or plunker (so ill be able to ask a clearer question here). My problem is that I am using a package (videojs-youtube) that is not on a CDN and I need to make it available. I…
special0ne
  • 6,063
  • 17
  • 67
  • 107
0
votes
1 answer

plunker node js jitsu error when start application

I getting errors during start jitsu server. Please guide me {"message":"Object # has no method 'local'","code":500} err Mon, 11 Nov 2013 13:13:09 GMT TypeError: Object # has no method 'local' at Object.module.exports.middleware [as…
1 2 3
16
17