I'll try to setup a jsfiddle and get back, in the mean time, yes I do have code that depends on factory and therefore the console.log statement can be seen in chrome at runtime ... and when its spits out undefined for the object in factory, I wonder if its an injection bug or something I don't know how to configure. Again, I'll get back with a jsfiddle or the like to help demo it.
On Thursday, April 3, 2014 3:43:30 PM UTC-5, Lars Christian Jensen wrote: > > > 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.
