Guillaume Brialon

Results 1 comments of Guillaume Brialon

Thanks @navarroaxel for the fix. I could not use a solution modifying the source so I added a directive decorator: ``` angular.module('ui.bootstrap.buttons') .decorator('uibBtnRadioDirective', [ '$delegate', '$parse', function uibBtnRadioDirectiveDecorator($delegate, $parse) {...