vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

Removing Underline From the Link #536

Closed artforlife closed 8 years ago

artforlife commented 8 years ago

Is there an efficient way to get rid of the underline? I tried using ng-style=" { border-bottom: none; }" which didnt work. In turn, I am wondering whether x-editable interferes with other Angular directives?

ckosloski commented 8 years ago

Where are you placing the ng-style tag? In theory, that is the correct css to use. I don't know if it interferes with any or not, which ones are you having issues with?

artforlife commented 8 years ago

I figured this out. The issue had to do with quotation marks for the ng-style directive. It worked as expected and rid the link off the bottom border.