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: }],
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:
}],