Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Update documentation to allow for minifcation-safe usage of directives #3392

Closed
wants to merge 1 commit into from
Closed

Conversation

OpherV
Copy link
Contributor

@OpherV OpherV commented Jul 30, 2013

To avoid "Argument type Array is not assignable to parameter type function" validation error when using the minifcation-safe array style

(eg .directive('myDirective', ['$http','$timeout','$compile', function($http,$timeout $compile).... )

…s to pass validation

To avoid "Argument type Array is not assignable to parameter type function" validation error  When using the minifcation-safe array style 

(eg .directive('myDirective', ['$http','$timeout','$compile', function($http,$timeout $compile).... )
@IgorMinar IgorMinar closed this in 0d17838 Aug 9, 2013
IgorMinar pushed a commit that referenced this pull request Aug 9, 2013
To avoid "Argument type Array is not assignable to parameter type function" validation error  When using the minifcation-safe array style

(eg .directive('myDirective', ['$http','$timeout','$compile', function($http,$timeout $compile).... )

Closes #3392
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant