Trying to deploy/build for localhost and when running the app I keep getting:
Error: [$injector:unpr] Unknown provider: t
It's most likely because you haven't done properly annotated dependency injection. If your app runs ok in development, then it's almost certain.
Read more about it here