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
2 answers

How does the Plunker authentication work

All. Forgive me if my question is off topic or a dumb question. I really want to know how to implement a authentication mechanist like GitHub for Plunker. In my project.I think I have the same situation like this. I have some websites like…
Joe.wang
  • 11,537
  • 25
  • 103
  • 180
0
votes
1 answer

How to set up script tags for angularjs 2 written in Es6 for transpilation to Es5

Below is from a plunker that started from the angularjs 2 es6 template http://goo.gl/IGaTZw I added traceur and removed the main.es6.js replacing with main.js in case the implicit mode was interfering.
user487779
  • 550
  • 5
  • 12
0
votes
2 answers

Angular is not defined error

I am trying to create a login page and I have the html looking how I want it so now I am trying to create a controller but for some reason the js controller isnt working with the html. here is the plunker. The {{name}} data bind should display world…
0
votes
1 answer

Polymer 1.0: Does Plunker automatically import all elements

Look at this Plunker. It looks like line 1 on index.html that reads: plus line 1 on parent-element.html that reads:
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
0
votes
1 answer

Plunker bad request with status code 400

In Plunker I get this error message in my live preview: { "statusCode": 400, "error": "Bad Request", "message": "content must be a string", "validation": { "source": "payload", "keys": [ "files.js.content" ] } } It used…
sid
  • 51
  • 1
  • 4
0
votes
1 answer

Angular custom service call fails

I have been following a tutorial online on PluralSight for working with Angular, however it appears that some of the information is outdated. I have reached a section on creating custom services and have followed the tutorial to the letter however…
Matthew Pigram
  • 1,400
  • 3
  • 25
  • 65
0
votes
1 answer

How to create network graph or hierarchical tree using visjs in angularjs?

I need some help in creating a network graph using visjs in angularjs. I am working on this plunker to achieve something like this I followed the steps mentioned in AngularJS - visjs but was unable to make it work so I created a plunker (given…
user801116
0
votes
4 answers

Why my directives don't work in Plunker?

I was going to use Plunker to assist me in testing a directive, but first I just wanted to create one to test plunker was working, so I put in some sample code. Guess what, basic directives are not working and I have no idea why. My…
Ingó Vals
  • 4,788
  • 14
  • 65
  • 113
0
votes
1 answer

JQuery on("change"...) method not working in Plunker

I created this Plunk to demonstrate and discuss a shopping cart I'm developing that is in action here (while it lasts). In the "real" one, selecting a species fills the Variety drop-down. However, it's not working in the Plunk. In fact,…
abalter
  • 9,663
  • 17
  • 90
  • 145
0
votes
2 answers

Angular docs Expressions - plunker example not working with current workable version

https://docs.angularjs.org/guide/expression The simplest example using data bindings = 1+2={{1+2}} works with and the output is 1 + 2 =…
metarzan
  • 121
  • 1
  • 2
  • 11
0
votes
1 answer

how to properly configure AngularJS app to have the results show up in plunker

I'm having a strange issue in my new Angular app: All of my components seem to be in a proper place (in plunker), but absolutely nothing shows up in the result window. Wandering what I am missing here. Here is the app.js code: 'use strict'; var app…
Eugene Goldberg
  • 14,286
  • 20
  • 94
  • 167
0
votes
2 answers

Why isn't my Angular JS expression evaluation

I have what I think is a pretty basic Angular JS question. Can someone please explain to me why the expression. {{hi}} Is not evaluating and I am getting the following error: Uncaught TypeError: angular.module is not a function Here's the plunker…
Ben Pearce
  • 6,884
  • 18
  • 70
  • 127
0
votes
1 answer

Angularjs jQloud experimental issue at Plunker

For some experimenting, I need to put this Angular jQcloud at Plunker. I have put all the necessary codes provided by the plugin, still don't understand why that text cloud hasn't come at plunker. Can you please tell me what I have…
user1896653
  • 3,247
  • 14
  • 49
  • 93
0
votes
1 answer

How to display an image from desktop on plnkr.co

I need to display something on plunker which is from my desktop for security reasons, I just want to take a screen shot and dispose of the image basically. I am trying also tried without file///, is…
gallly
  • 1,201
  • 4
  • 27
  • 45
0
votes
1 answer

Data not resolving in ui-router

I have created http://plnkr.co/edit/zDdB0zgBBcWecveMTE3x when I click on the 'api' link, the data isn't loaded into the view. When I remove the resolve attribute and object, ui-view updates as it should. Why is the data from choiceServiceProvider…
puffin
  • 1,331
  • 4
  • 15
  • 18