On Tuesday, May 27, 2014 2:38:41 PM UTC-5, Brian D wrote: > > The animations in step 12 of the PhoneCat tutorial do not work as the path > to jquery as installed by bower should be: > "bower_components/jquery/*dist*/jquery.js" > and source listing is "bower_components/jquery/jquery.js" w/o "dist" > folder. Thanks for tutorial, it is very interesting. >
I wanted to report this as well. I couldn't figure out what was going on at first because the live demo worked but my local tutorial wasn't working right. The images were not updating properly when I clicked on the thumbnails. So this line in index.html: <script src="bower_components/jquery/jquery.js"></script> Should be: <script src="bower_components/jquery/dist/jquery.js"></script> Albert Wiersch -- 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.
