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

angular2 select value object

It is getting really annoying! I have an array of objects i found this solution: How to use select/option/NgFor on an array of objects in Angular2 but after all I am doing the same as this but if i log my $event it is undefined.. probably because it…
Sireini
  • 4,142
  • 12
  • 52
  • 91
0
votes
2 answers

AngularJS sidebar link to stay active when clicked

I am creating a sidebar based off of this one http://plnkr.co/edit/xzcjStdvmkI2rpfMzLjI?p=preview found from this tutorial However I want to keep the selection active once the link is clicked. I've tried adding data-toggle, but that seems to work…
jenryb
  • 2,017
  • 12
  • 35
  • 72
0
votes
1 answer

How to add angular-material into an existing plunker project?

I am following the README of angular-material where the last step of settup is: Once you have all the necessary assets installed, add ngMaterial as a dependency for your app: angular.module('myApp', ['ngMaterial']); However...as soon as I added…
watashiSHUN
  • 9,684
  • 4
  • 36
  • 44
0
votes
0 answers

AngularJS Validation : code working in JSfiddle but not in plunker

I have a jsfiddle here and a plunkr here. The issue is when I fill all the values correctly the variable myForm.$valid is true and hence submit is enabled in jsFiddle but same is not the case in my plunker Why??
Saras Arya
  • 3,022
  • 8
  • 41
  • 71
0
votes
1 answer

which core code is responsible for compiling the JavaScript in this plugin

Recently I was going through the plunker compiler, I have not used mongodb before, and do not wish to set it up for understanding how the compiler is working. So, I would like to know, how can i setup this project removing the mongodb adapter, with…
isnvi23h4
  • 1,910
  • 1
  • 27
  • 45
0
votes
0 answers

Moving a plunker project to jsonstub.com

I created a test project in plunker that uses various filters to display different results from an archive of recipes. Initially I was instructed to create the archive in my js file and work solely with Angularjs. For the next part of my test I have…
0
votes
2 answers

Why simple Angular hello world is not working?

I have been trying to do some proof of concept and I was expecting Plunker to write 4 for the expression {{40/10}} but it never did. What's wrong with it? However I see Scott Allen was able to do so. Here is my plunker link:…
Chanchal
  • 47
  • 1
  • 11
0
votes
1 answer

Angular JS search filter is not filtering the data by using Firebase

The problem I am encountering is that the search filter does not filter the table. Any advice or help of what the issue can be? The application I am making is simple, the user shall input two text strings and save it so data can be stored in…
Dler Ari
  • 21
  • 1
  • 10
0
votes
1 answer

pjax example not working

can u help find why pjax is not working? https://plnkr.co/edit/CfB9rIKP7EknVNDiYZpR?p=preview after i click on a link, it just goes to the page (as normal link)
Tupic
  • 545
  • 1
  • 6
  • 12
0
votes
1 answer

React.js not working on Plunker

I'm setting up a very simple React.js Plunker which does not seem to be working. My expectation is that the button should display. Can anyone help out and let me know what is wrong? http://plnkr.co/edit/dGn5tJx4UbD1yXX0Q3vW?p=preview var Button =…
Pianoc
  • 763
  • 1
  • 11
  • 32
0
votes
1 answer

Using directives in angularjs with templateUrl

I wrote a code with angularjs that uses a directive to bring a list of categories from show-category.html file and show them on the index page, I did everything as I've learned but still can't get the categories to be displayed when index.html is…
0
votes
3 answers

Can't add angular app dependency in plunkr

I'm trying to create a plunkr that uses AngularJS and UI-Bootstrap. The preview doesn't evaluate {{}} bindings as soon as I want to add the "ui-bootstrap" dependency. In fact, as soons as I enter anything as dependency ("ui-bootstrap" or even ""),…
Fidel90
  • 1,828
  • 6
  • 27
  • 63
0
votes
1 answer

Passing a filtered collection to an Angular directive causes an exception

I'm using Angular and what I'm trying to do is pass a filtered collection to a directive. My view looks like this:

Filtered Collection (no directive)

0
votes
3 answers

Getting Started With AngularJS Plunk Issue

I am new to Angular JS. I am trying to start with the basic Hello World Program. Here is my plunk http://plnkr.co/edit/uW1fHB7a17gpvn341sn3?p=preview. var MainController = function($scope){ $scope.message = "Hello, Angular!"; }
Manoj Sethi
  • 1,898
  • 8
  • 26
  • 56
0
votes
1 answer

Recommendation where to store supporting image or document files for jsfiddle or plunker

Like everyone, I run into issues where the StackOverflow community is great at assisting. Many times, it is easier to "show" the issue via a jsfiddle, plunker, or other online code tool. This works for most scenarios, but in scenarios where I need…
Kode
  • 3,073
  • 18
  • 74
  • 140