Fixing a bug when using mcp from grunt build as opposed to grunt local
Error
This error was caused from the $timeout dependency of the modal directive.
If a dependency goes through minification the dependency needs to be annotated so that angular still knows which dependency to inject after minification.
Fixing a bug when using mcp from
grunt build
as opposed togrunt local
Error This error was caused from the
$timeout
dependency of the modal directive. If a dependency goes through minification the dependency needs to be annotated so that angular still knows which dependency to inject after minification.Fixed