Jonathan Petitcolas

Results 17 issues of Jonathan Petitcolas

I try to rename a file using: ``` js yield fs.rename(src, dest); ``` Yet, I got the following error: ``` TypeError: You may only yield a function, promise, generator, array,...

Fixes on: - [ ] Creation - [ ] Edit - [ ] Delete - [ ] Batch delete - [ ] List - [ ] Show

Let's consider the following form: ![image](https://cloud.githubusercontent.com/assets/688373/7720617/bd43f0d6-fecf-11e4-8dd4-810e7200a305.png) It would be great to be able to align several fields on the same row: ![angular admin](https://cloud.githubusercontent.com/assets/688373/7720686/82757ec4-fed0-11e4-93fe-6d476f9c0458.png) It may be done introducing a new...

enhancement
question

On an idea from @karantan. The password type should have a different behavior between the creation and edition view. In creation view, it should be a simple password field. We...

enhancement

On an idea of @karantan.

enhancement

For instance, if I have a lot of numeric numbers such as: ![image](https://cloud.githubusercontent.com/assets/688373/11868318/22bbcd5c-a4b7-11e5-8725-51cf39fb596a.png) It would be great to add the header columns to follow the scroll.

enhancement

I want to restrict a field to use only alphabetic characters. I tried to configure my field like the following: ``` js nga.field('service').validation({ required: true, maxLength: 255, validator: function(name) {...

enhancement

This PR aims to solve an issue when importing this module in a Strict Dependency Injection environment. Indeed, using current version, installed with `npm`, we get the following Angular error:...

I didn't find any information on how to handle animation in the README. I first looked at an option on your directive, but just noticed it was pure CSS. This...

Would it be possible to publish this repository on npm? Indeed, I'm using Webpack and thus, I use `npm` instead of Bower on my projects. Thanks! :)