You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) {
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:
}],
The text was updated successfully, but these errors were encountered: