Events naming convention

Hi

I’m thinking about implementing custom events in my application. According to the docs in http://ionicframework.com/docs/api/util/Events/ they suggest I use the name convention events.publish(‘user:created’). Is that just one way of naming the event or does the colon have some kind of functionality, like namespacing etc…?

Thx in advance