There are two ways to do this:
- Keep track of whether the controller has been instantiated using a property on your "application" controller... not really the best b/c now your controller logic depends on your application.
- Keep track of the number of controller instances on the controller constructor: http://jsfiddle.net/ryanwheale/2MzE4/