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

Edit in place for AngularJS

Results 104 angular-xeditable issues
Sort by recently updated
recently updated
newest added

Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [angular](https://github.com/angular/angular.js) from 1.7.2 to 1.8.3. Changelog Sourced from angular's changelog. 1.8.3 ultimate-farewell (2022-04-07) One final release of AngularJS in order to update package README files on npm. 1.8.2 meteoric-mining...

dependencies

Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...

dependencies

Hello, Bug description: basically the title says it all. I'm using angular-xeditable (in version 0.7.2, but it still seems to be broken in current version as well). ![image](https://user-images.githubusercontent.com/51879446/119830638-c5881d00-befc-11eb-9c93-7e26bbfce792.png) The screenshot...

Hi, I'm showing a nested JSON object in a table using ng-repeat. As seen below: ``` {{key}} {{data}} ``` This prints out the table and it is also editable. But...

Is it possible to modify [this example](https://vitalets.github.io/angular-xeditable/#editable-row), so that when an input is focused, the user can press enter to submit the form? I understand that the problem is that...

Hi, I got a problem while i'm including recursive template. Editing one data, makes all sublevel included in edition mode as i got several input with same e-form id in...

If the model is not predefined, is there a way to save empty ng-tags-input as array? Here's the [demo](http://jsfiddle.net/9hs7njpx/6/) showing that ng-tags-input leaves model as undefined. I also tried to...

Hi Vitaliy Potapov, i did verified and implemented the solution for the issue **the issue while the closing the input area when the input field was being in error or...

I'm trying to create a duration editor which could represent "x days x hours x minutes x seconds" for a number which stores total seconds. So the model `totalSeconds` is...