I have discovered that JQuery has started re-downloading all my js files 
multiple times. This is new behavior and I'll have to figure out why this 
is happening. JQuery is required for ng-grid and ui-select2 among other 
components.

-Andrew

On Tuesday, February 25, 2014 1:52:18 PM UTC-8, Andrew Headrick wrote:
>
> Hello,
>
> I see my controllers loading multiple times. If I add a console.log line 
> at the bottom of the controller, i.e.
>
> console.log("controller loading..."); 
>
> In the Chrome js console I will see
>
> controller loading...        myJsFile.js
> controller loading...        VM1234.js
> controller loading...        VM5787.js
>
> Has anyone seen this behavior before?
>
> I am using Angular 1.2.6 with grunt and bower. I am seeing this in dev 
> mode which is loading the js files directly with no minification or merging 
> of js files.
>
> Any insight would be appreciated.
>
> Thanks
> Andrew
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to