The class Application.Controller.HomeController is declare in another file.
Problem is that the file might be include after the state declaration.
I made test to change this on the version 1.1.1 and it worked properly. Unfortunately I didn't see that the master branch have "changed" that much so I cannot do a pull request of that change. But I can do it if you think it's needed.
I am declaring class standalone and then using them in angular.
Example:
The class Application.Controller.HomeController is declare in another file.
Problem is that the file might be include after the state declaration.
I made test to change this on the version 1.1.1 and it worked properly. Unfortunately I didn't see that the master branch have "changed" that much so I cannot do a pull request of that change. But I can do it if you think it's needed.