Tilwin Joy
Tilwin Joy
Looks like friday didn't go as expected as well ;)
@jeffikus I see. Is there any possibility that if not a full fledged `destroy` method, just a `eventNamespace` will be added in the near future? My usecase is that I...
Hello, I'm using AnyConnect VPN and have the same problem below is the two scenarios: ### Steps: 1. Connect to VPN using AnyConnect At this point, the Web Proxy settings...
@amanagrawal9 If you meant the floating action buttons of [bootstrap material design](http://fezvrasta.github.io/bootstrap-material-design/bootstrap-elements.html#buttons), Yes it should, just like other buttons since there is no additional functionality apart from CSS change.
@amanagrawal9 Only additional thing this project requires is the directive `abmComponent` for the ripple effect on most of the components other than form controls. I thought it's pointless to copy...
@RudineyMejias Thanks for the info. I had fixed the first issue you mentioned. I guess I forgot to push it. Will take care of that. But I didn't get what...
@RudineyMejias I have pushed the fix for label overlapping issue. Here's a [JSFiddle Demo](https://jsfiddle.net/oduwboed/). Let me know if there is any issue.
@antonioaltamura as mentioned in [README](https://github.com/tilwinjoy/angular-bootstrap-material/blob/master/README.md) this project does not handle CSS. If you think `` doesn't follow material guidelines, please report in [Bootstrap Material Design](https://github.com/FezVrasta/bootstrap-material-design) project according to guidelines. Dropdown...
@Cojomax99 Good catch 😊
Hi, It only automatically applies ripple effect to the elements having ripple according to bootstrap material design project (based on CSSselectors) as you can see [here](https://github.com/tilwinjoy/angular-bootstrap-material/blob/master/src/scripts/directives/component.js#L5) One option is what...