$xngToast.notice = function (message) {
    var type = arguments.length <= 1 || arguments[1] === undefined ? "notice" : arguments[1];

    return this.show({
      parent: toastElement,