Minifying your code will be just fine.  If you uglify it on top of
minifying it you will have a problem.

On Fri, Apr 1, 2016 at 10:45 AM, Kasper Nielsen <kasp.n...@gmail.com> wrote:

> So if I don't minimize my code, there's no difference?
>
> On Friday, April 1, 2016 at 12:22:14 PM UTC+2, Salvador Bordas wrote:
>>
>> You got difference when you concatenate and uglify your project. First
>> version will return an error uglifying your js file
>>
>> El divendres, 1 abril de 2016 12:11:22 UTC+2, Kasper Nielsen va escriure:
>>>
>>> I'm just learning AngularJS so bare with me.
>>>
>>> What is the difference between:
>>>
>>>     .controller('myController', function ($scope, Elements) {
>>>
>>>       $scope.elements = Elements;
>>>
>>>     })
>>>
>>> and
>>>
>>>     .controller('myController', ['Elements', function ($scope, Elements)
>>> {
>>>
>>>       $scope.elements = Elements;
>>>
>>>     }])
>>>
>>> I've seen various tutorials and they kind of differ between the two
>>> methods of writing.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "AngularJS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to angular+unsubscr...@googlegroups.com.
> To post to this group, send email to angular@googlegroups.com.
> Visit this group at https://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to