ng-inail-common 1.0.428 → 1.0.429

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -401,8 +401,8 @@
401
401
  * @return {?}
402
402
  */ function () {
403
403
  return this.mostra == true
404
- ? this.toggleTitleOpened || this.toggleTitle || DEFAULT_TT_OPENED
405
- : this.toggleTitleClosed || this.toggleTitle || DEFAULT_TT_CLOSED;
404
+ ? this.toggleTitleOpened || this.toggleTitle || DEFAULT_TT_OPENED + " " + this.titolo
405
+ : this.toggleTitleClosed || this.toggleTitle || DEFAULT_TT_CLOSED + " " + this.titolo;
406
406
  },
407
407
  enumerable: true,
408
408
  configurable: true