From e65b8d2c2031a523b6541a06cb257d9d9b59d9a1 Mon Sep 17 00:00:00 2001 From: Kevlys Date: Fri, 9 Oct 2015 14:56:34 +0200 Subject: [PATCH] Fix radiolist Fix radiolist issues when not using default angular symbol. --- dist/js/xeditable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/js/xeditable.js b/dist/js/xeditable.js index afab03cb..cccf047b 100644 --- a/dist/js/xeditable.js +++ b/dist/js/xeditable.js @@ -288,7 +288,7 @@ angular.module('xeditable').directive('editableRadiolist', [ this.parent.render.call(this); var parsed = editableNgOptionsParser(this.attrs.eNgOptions); var html = ''; this.inputEl.removeAttr('ng-model');