On Fri, Oct 16, 2015 at 12:04 AM, Vern Jensen <[email protected]> wrote: > Hmm, so I tried pkozwloski's project and did the steps on that page (npm and > gulp). I only get "Loading..." in the browser with these console errors: > > Error: Array.from is not a function
Vern, if you are using a pre-ES6 browser you need to have shims for ES6 APIs, including Array.from. Out of curiosity - what was the browser (and version) that you were using? In any case I've just pushed commits to add a shim. You might want to pull + do npm install. Cheers, Pawel -- AngularJS book: http://www.packtpub.com/angularjs-web-application-development/book Looking for bootstrap-based widget library for AngularJS? http://angular-ui.github.com/bootstrap/ -- 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.
