Specifying pluginName let's you use your Controller as you would a jQuery plugin like this:
- $('#content').contacts()
If you want to use the new keyword, you have to do so on the name of the Control which is Contacts like this:
- new Contacts('#contents')