angular-editable-text
angular-editable-text copied to clipboard
Simple editable text field for content management.
Hi , i'm trying **editable-text** with ng-repeat. //Html ` {{ value.transText }} ` //Controller code `$scope.wordTimes = { "w1": { start: 1, end: 4 ,transText:"Hello,and welcome to Stack Overflow"}, "w2":...
As Bower is starting to fade away, it would be nice to have angular-editable-text published on NPM. We need it at work and I could just fork and publish myself,...
Is this project still being maintained? At work, we have a fork that is quickly diverging from the original repo, and hope to put it up in the near future....
Hi; I have the following code in my app: ``` ``` It is not working, because node.name.en become unchanged after on-change. If I got the value on-change, how will I...
Hi, would be nice if you can increase the angular dependency to latest release, or use a **^** > The caret is more relaxed. It will update you to the...
Hi; I should click twice to enter edit mode. How can I start to write text after first click?