That would be the problem then. The files on plunker are coffee script, which plunker apparently compiles into JavaScript. You'll need to compile them to use them (note that the index includes .js files which aren't present).
Check out coffeescript.org E On Sep 29, 2014 6:14 PM, "mark goldin" <[email protected]> wrote: > No, I am not doing anything. Just copying files. that's all. > > On Mon, Sep 29, 2014 at 7:23 PM, Eric Eslinger <[email protected]> > wrote: > >> are you compiling the coffeescript files into javascript? that'd cause >> issues if you didn't. >> >> e >> >> On Mon, Sep 29, 2014 at 5:19 PM, mark goldin <[email protected]> >> wrote: >> >>> I am trying to adapt the following code: >>> *http://plnkr.co/edit/22StiB?p=preview >>> <http://plnkr.co/edit/22StiB?p=preview>* >>> >>> I have copied all files to my local system. When I run it I am getting >>> the following error: >>> >>> Uncaught Error: [$injector:modulerr] Failed to instantiate module >>> darrylsnow due to: >>> Error: [$injector:nomod] Module 'darrylsnow' is not available! You >>> either misspelled the module name or forgot to load it. If registering a >>> module ensure that you specify the dependencies as the second argument. >>> >>> Can't why wouldn't it work on my system. Appreciate if someone could >>> take a look. >>> >>> Thanks >>> >>> -- >>> 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. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "AngularJS" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/angular/495LYN8DI84/unsubscribe. >> To unsubscribe from this group and all its topics, 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. >> > > -- > 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. > -- 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.
