You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/client/js/directives/form.ts
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,7 @@ module fng.directives {
300
300
}
301
301
attrs+=SecurityService.generateDisabledAttr(idStr,scope,{attr: "disable",attrRequiresValue: true});// uib-tab expects 'disable="true"` rather than 'disabled="true"' or just disabled
302
302
result.before="";
303
+
constcleanTitle=info.title.replace(/["']/g,'');
303
304
if(info.hideable){
304
305
consttemplateId=`customTemplate_${idStr}.html`;
305
306
// $parent.hideTab is needed in the template below because the uib-tab directive has an isolated scope,
0 commit comments