The JavaScript version of DayPilot (which includes the Angular plugin) doesn't include recurrence support. It's a client-side technology and the recurrence has to be implemented on the server side.
However, if you implement it on the server side the scheduler will be able to display the recurring events without problem. You just need to supply one record per occurrence in the data source.