Closed hannahhoward closed 10 years ago
oh also I sign a contributor agreement but I don't think I got an email that i can forward. I'll take another look.
Great, thank you for this! This is a good catch. I received your confirmation for the CLA, so I'll go ahead and merge this in.
Hi,
Currently famous-angular.min.js in your bower package actually throws a javascript error because you don't use the full array syntax in defining your angular modules, so minification actually breaks dependency injection. Rather than force you to use array syntax in your source, I added ngAnnotate to the build process, which automatically converts module definitions to array syntax, so minification doesn't break the code. Thanks!