Skip to content
Advertisement

Show a message through a controller “Attendance is already marked”

I’m working on an online attendance portal, In which I’ve set a condition in a controller that users can’t mark attendance twice a day. They are only allowed to mark attendance once per day. So I want to show a message on the view page “Create” that “Attendance is already marked” if an employee is marking the attendance a second time on the same date. I’ve set an alert message but I want to show a message on the view page from where the employee is marking the attendance. I’ve searched for it a lot but can’t find any better one.

Here’s my Controller Code

JavaScript

Advertisement

Answer

Controller:

JavaScript

View:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement