charwking / movie-club

A web app for running a work movie club
MIT License
3 stars 5 forks source link

Fix minification issue in nav component #175

Closed charwking closed 8 years ago

charwking commented 8 years ago

ng-annotate wasn't automatically picking the component function as something that needed to be annotated. To force annotation of this function, the 'ngInject' string can be added as the top-most line.