On Friday, May 30, 2014 10:26:01 AM UTC-4, Michael Bielski wrote: > > While I can't say this is specifically your problem, every time I have had > that kind of problem is has been because something in my own app did not > survive the minification process in a working condition. The min-safe > processes are pretty good, but to be safe we always code our Angular > components in a min-safe format. >
Michael, Thanks for the suggestion. I realized that checking the non-minimized version might provide some insight. Indeed it turns out that call to Angular does throw an exception (in the non-minimized version it is 'callback is not a function') as expected. That exception is saying there is no callback function thus there are no more callbacks in the queue and thus "angular is complete". Thanks again for the help. Ed -- 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.
