File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2121
2222</ head >
2323< body ng-cloak class ="gridLayout " ng-controller ="folderPluginCtrl ">
24- < style type ="text/css " media ="screen ">
24+ < style type ="text/css " media ="screen " ng-if =" data.design.colorType === 'C' " >
2525body .gridLayout {
2626 background-color : {{data .design .colors .backgroundColor }} !important ;
2727 background- image: url({{backgroundImage}}) !important ;
358358
359359 function dataLoadedHandler ( result ) {
360360 var pluginsList = null ;
361+ console . log ( "---------------aaaaaaaaaa" , result )
361362 if ( result && result . data && ! angular . equals ( { } , result . data ) && result . data . content && result . data . design ) {
362363 if ( result . data . content && result . data . content . loadAllPlugins ) {
363364 buildfire . components . pluginInstance . getAllPlugins ( function ( err , res ) {
You can’t perform that action at this time.
0 commit comments