xkorey
Results
1
comments of
xkorey
the html code: div ui-ace="{ onLoad : aceLoaded,onChange:aceChanged }" ng-model="aceVal" change the ui-ace.js 126 line eval code to this: var opts = angular.extend({}, options, scope.$eval(attrs.uiAce,scope)); the scope is the root...