-
Hi all,
I just upgraded my project from Angular 2 to Angular 4. After I start my project, I received a warning message about the .
```
Template parse warnings:
The element is deprecated. Use i…
-
i get the following error in console. when i import MultiselectDropdownModule in app.module.
but i haven't used the any where in the template yet. but initial import itself has errors. i don't know…
-
Installed version: "angular-2-dropdown-multiselect": "^1.0.5", (from package.json)
APP set up according to: https://angular.io/docs/ts/latest/cli-quickstart.html
AOT set up according to: https:…
-
Team,
Do we have an option/settings to display all the available options with checkbox selection like
-
There seems to be an issue when using a Model approach to Forms rather than using the Template based approach.
I'm using it like so in Angular2 RC6 using angular-cli:
``
And its giving me the follo…
-
I have created a new angular project using angular client - https://github.com/angular/angular-cli#installation
Have linked to bootstrap cdn - https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/boot…
-
Getting the following error when I attempt to run my app with MultiselectDropdownModule imported as outlined in the README.md:
```
Error: (SystemJS) Unexpected token <
SyntaxError: Unexpected to…
-
Hi, could you confirm it's compatible with Angular2 final version and New module implementation from RC7 with NgModule ?
-
![image](https://cloud.githubusercontent.com/assets/865203/12182679/b1281658-b557-11e5-9357-e58f40a2a0dd.png)
My attempts at creating a fiddle to reproduce haven't been successful. I'm curious if any…
-
``` javascript
var data=[
{label:"1", value:"1 val"},
{label:"2", value:"2 val"}
];
$('.multiSelectDropdown').multiselect('dataprovider', data);
```
returns a drop down with two entries with value an…