Commit c2979678273af49357a5a139c532bba96350d9e3

Authored by Amrita Vishnoi
2 parents 04d90b32 83ef8df0

Merge branch 'testBGColor' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -3668,6 +3668,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
3668 3668 $rootScope.closeModal = function () {
3669 3669  
3670 3670 document.getElementById('modelbackground').style.display = "none";
  3671 + $("#drawTextBGColorpicker span.minicolors-swatch-color").css('background-color', $rootScope.selectedBGColorForTextArea);
3671 3672  
3672 3673 }
3673 3674 //-- End ----------------------------
... ...