Corey Kosloski

Results 203 comments of Corey Kosloski

Is it possible your paginate code isn't displaying the new line because it's outside the number of records to display per page?

Hmm, maybe it has something to do with the `e-form` On your add button, try adding `rowform.$activate('ID_utilisateur');"` That is something I have done for one of my forms, but I...

Maybe try the `$show()` [method](http://vitalets.github.io/angular-xeditable/#ref-form).

This is still an issue. I played around with the code and wasn't able to find a solution.

I think you could add something like this to your editable link: `ng-class="{your_class: your_item >= 10 && your_item

Can you provide your code? The demo doesn't actually do the upload, which is why it just goes back to empty.

Looks like you are missing what to actually do when you submit. Try adding something like`onbeforesave="saveUser($data, user.id)"` to your `editable-form` See the editable-form example [here](http://vitalets.github.io/angular-xeditable/#editable-form)

Looks like you need to add on another directive to support it since angular models and the file input don't work together naturally. http://luxiyalu.com/angular-all-about-inputfile/ https://stackoverflow.com/questions/17063000/ng-model-for-input-type-file-with-directive-demo I haven't used the file...

It is supported. It is displaying it like other elements. You just need to add a directive of your choosing to get it to work the way you want. Another...

This is a strange one. It works in chrome/safari but not Firefox. I tried a bunch of things, but couldn't get it to work in Firefox. It's as if bootstrap/jquery...