angular-card icon indicating copy to clipboard operation
angular-card copied to clipboard

Angular directive for card https://github.com/jessepollak/card

Results 9 angular-card issues
Sort by recently updated
recently updated
newest added

when i run this locally i dont see the card in the example

I tried to use this plugin on Ionic but I got this error message: "ionic.bundle.js:26794 TypeError: Card is not a constructor". I'm using exactly the Example from this repository. What...

Card [supports using multiple inputs for one field](https://github.com/jessepollak/card#using-multiple-inputs-for-one-field). Wouldn't it be a good idea to support it here? Maybe creating additional directives, e.g. `cardFirstName`, `cardLastName`, `cardMonthExpiry`, `cardYearExpiry`...

Hey guys Im just a little stuck with how to inject the information i want into the card without having to input it into a field first. I already have...

Hi, I'm error when using modal panel with cordova ionic Moving it to normal container (not modal) works perfectly. Erro's message: TypeError: el.insertAdjacentHTML is not a function Is this an...

Hi I've loaded angular-card and card.js, when I try and run my application I'm getting an exception at new Card(opts). Looking at card.js it looks as though that it should...

Basically in js card library you can skip specification of width. Like its done on demo page https://jessepollak.github.io/card/ `var card = new Card({ form: '.active form', container: '.card-wrapper' })` this...