Corey Kosloski
Corey Kosloski
@lalitkapoor are you going to create a pull request?
Pull requests are welcome :)
I have not seen any discussions. Feel free to start one or create a pull request :)
Pull requests are accepted :)
You want to be able to show text instead of icons? You can always overwrite the the button template with your own to include customized text.
What is the error you are getting and can you provide a plunker or jsfiddle showing your issue?
See if there is anything in this [thread](http://stackoverflow.com/questions/35100230/angularjs-2-inline-editor) that will help you.
What exactly did you change in your JSFiddle? I looked at it and nothing was jumping out at me.
Looking at your latest fiddle, I see several errors in the console relating to ng-table. > Error: pData.then(...).catch is not a function > NgTableParams/this.reload@https://cdn.rawgit.com/esvit/ng-table/master/dist/ng-table.js:1101:1 > > Error: Template must have...
I think your issue is due to normal angular behavior. This `{{showStatus()}}` creates a watcher and anytime there is a digest, the showStatus function gets called. I verified this by...