Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in minification #4

Open
jesussaad opened this issue Jun 9, 2017 · 3 comments
Open

Problem in minification #4

jesussaad opened this issue Jun 9, 2017 · 3 comments
Labels
Milestone

Comments

@jesussaad
Copy link

Error after minification.

Just change the
controller : function($scope, $element, $attrs) {

for
controller : ['$scope', '$element', '$attrs', function($scope, $element, $attrs) {

and in line 903 change to:
}],

@delkant
Copy link
Owner

delkant commented Jun 13, 2017

Hi, thanks for the comments. Is this an error? and the solution? can you provide more details?

@jesussaad
Copy link
Author

jesussaad commented Jun 14, 2017

Hi!
This is a error. After the minification provided my maven process, an error occurs.
To solve that just change the code in angular-areas.js (line 9)
controller : function($scope, $element, $attrs) {

for
controller : ['$scope', '$element', '$attrs', function($scope, $element, $attrs) {

and in line 903 change to:
}],

@delkant
Copy link
Owner

delkant commented Jun 14, 2017

OK, thank you, I will test this and make the changes.

@delkant delkant added this to the 1.0.5 milestone Jun 30, 2017
@delkant delkant added the bug label Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants