Commit 213e81e9ca19149ee59d616e1857b2fd83320c77

Authored by unknown
1 parent f65b4a49

Commit Changes

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -178,8 +178,9 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location",
178 178 for (var i = 0; i <= $rootScope.AnnotationFontFamily.FontFamily.length - 1; i++) {
179 179  
180 180 $("#selected-font-family").append("<option>" + $rootScope.AnnotationFontFamily.FontFamily[i].FontName + "</option>");
181   - $rootScope.isFontFamilyLoaded = true;
  181 +
182 182 }
  183 + $rootScope.isFontFamilyLoaded = true;
183 184  
184 185 },
185 186 function (error) {
... ...