On Thursday, April 3, 2014 10:23:12 PM UTC+2, Pulkit Singhal wrote: > > When I setup with a string constant everything works: > https://gist.github.com/pulkitsinghal/9962161#file-works-js > > But when I setup a constant which is an object, it works in .config() > methods but not inside .factory() methods: > https://gist.github.com/pulkitsinghal/9962161#file-fails-js > > What am I doing wrong? >
It would be simpler if you provided a jsfiddle or similar. I believe angular will only invoke the factory when something actually depends on it, so are you sure that works.js actually works like you think? -- 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/d/optout.
