showSuccessSnackBar: function()

in webapp/components/flow-design-system/fds-demo.js [610:620]


    showSuccessSnackBar: function () {
        this.snackBarService.openCoaster({
            title: 'Success',
            message: 'Some help text regarding the successful event.',
            verticalPosition: 'top',
            horizontalPosition: 'right',
            icon: 'fa fa-check-circle-o',
            color: '#1EB475',
            duration: 3000
        });
    },