Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes suggested by Jamie White to fix issue with
constructor()
Ah yeah, this is the ultimate gotcha with controllers — they’re singletons. So that constructor will only be run once for the lifetime of the application.
- Loading branch information