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

Plunker account without linking to Github: possible?

As much as possible, I avoid using cross-login (eg: using Facebook credentials to log into a non-Facebook site) to mitigate privacy and security breach exposures. I'd like to start saving the work I do in Plunker, so I need an account. However, the…
BeetleJuice
  • 39,516
  • 19
  • 105
  • 165
0
votes
0 answers

Is there an HTML/CSS/Javascript web editor plugin to showcase private frameworks?

I use JSFiddle, Plunkr, Codepen, etc to test code with publicly available frameworks (angular, bootstrap, etc). I'd like to host something on my corporate network to permit usage of private frameworks. I'd like to create a place where devs can…
adamdport
  • 11,687
  • 14
  • 69
  • 91
0
votes
0 answers

Using templateUrl breaks my code, but using inline template instead works . Why?

Ok, I've seen similar questions on SO but still don't understand this issue. I have a directive for date input, using ngModelController. I have another directive, to which you can pass the model controller, and it checks if the model has errors, and…
tuks
  • 800
  • 3
  • 11
  • 27
0
votes
1 answer

How to find an unminified angular source to replace opensource.keycdn.com on Plunker?

I'm experiencing a weird error on Plunker, but the line having the issue is buried in the unreadable "minified" version of angular.js, specifically: ... at https://opensource.keycdn.com/angularjs/1.5.8/angular.min.js:6:412 So I want to look at…
Travis Heeter
  • 13,002
  • 13
  • 87
  • 129
0
votes
2 answers

angular2 rc5 + plunker : XHR error (404) loading https://npmcdn.com/@angular/src/forms when using ngModel

for using ngModel directive, I included import { FormsModule } from '@angular/forms'; @NgModule({ imports: [ BrowserModule, FormsModule ], ... }) as mentioned here. But now I'm getting xhr error for loading @angular/forms from npmcdn…
candidJ
  • 4,289
  • 1
  • 22
  • 32
0
votes
0 answers

Is plunker broken or is it me?

My ionic based plunker code was working fine last night but it seems to be broken this morning as no UI items are appearing on the live view. Is this my fault or is it plunker under some kind of maintenance? I have tried to revert to yesterday's…
kankamuso
  • 441
  • 1
  • 3
  • 18
0
votes
2 answers

Getting error while adding angular.js file to plunker

I'm getting an error while adding a file (angular2.js) to my plunker. Can somebody please help me identifying and resolving the exact problem? This is the screenshot of the error message
Sarath R
  • 13
  • 3
0
votes
1 answer

Why my Plunker Angular JS is not working?

Can someone tell me why the hell this plunker is not working? Sample AngularJS on Plunker HTML :
Moussa
  • 4,066
  • 7
  • 32
  • 49
0
votes
2 answers

How to get the same Angular versions for both a local Angular CLI app and a plunk?

I'm new to both Angular 2.0 and angular-cli. In order to get myself unstuck, I need to make a plunk with the same version of Angular 2.0 as the one I'm using to make my app, and then post a Stackoverflow question linked to it. As far as I can tell,…
Dan Cancro
  • 1,401
  • 5
  • 24
  • 53
0
votes
1 answer

Why isn't md-select working in my Plunkr?

I am trying to use Plunkr to do some experimenting with some issues I am having with md-selects in my production app. When I create the plunkr, the md-select looks nothing like what it looks like in the app. What am I doing wrong? Plunkr …
wheeler
  • 2,823
  • 3
  • 27
  • 43
0
votes
1 answer

How to get twitter bootstrap working in plunker?

This should be easy, but I'm constantly failing to get a simple bootstrap example working in plunker. I have this simple bootstrap example in my plunker project:
BetaRide
  • 16,207
  • 29
  • 99
  • 177
0
votes
2 answers

Dropdown button does work as expected.

I am new to HTML and Angular. This might be simple basic question. I am trying to use the basic dropdown button. in this example. http://jsfiddle.net/xkL15guj/ I am trying to use the same example in plunkr. However, when I am trying to add the…
Sailoosha
  • 193
  • 1
  • 3
  • 14
0
votes
0 answers

Autotab date-of-birth entry with validation working in fiddle but not in plunker

I am working on building a date-of-birth input field using jQuery auto-tab. The exact same code works fine in fiddle but not in plunker. I tried including jquery auto-tab's script and link to the plunker but none worked. Please suggest what am I…
Mona
  • 298
  • 3
  • 14
0
votes
3 answers

Angularjs: Achieve Same Structure for Service as Factory

I am playing with angularjs services and factories. I have created a factory called BookFactory as follows: // Code goes here app .factory('BootFactory', function() { var bookFactory; function add() { } function remove() { …
Hitesh Kumar
  • 3,508
  • 7
  • 40
  • 71
0
votes
1 answer

KO Grid unable to save data from edited cell - with Plunker

I have an Asp.Net MVC website for which I've started to use the knockoutjs kogrid to display grids of data. For one particular grid, I would like the user to be able to edit an Email Address column. On clicking a save button the edited value should…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200