lvbreda / Meteor_angularjs

279 stars 42 forks source link

Config issue #33

Closed nolandubeau closed 11 years ago

nolandubeau commented 11 years ago

Hi there, thanks for putting together this code. i've been using angular for some time and have just started looking at meteor. when trying to setup a simple app I copied your files into a newly created meteor app and when I run I get the following error:

Your app is crashing. Here's the latest log.

app/angular.js:161 timeout:$c,$window:Uc})}])})(Zb);u(Y).ready(function(){jc(Y,qb)})})(window,doc ^ ReferenceError: window is not defined at app/angular.js:161:415 at /Library/WebServer/Documents/meteor/myapp/.meteor/local/build/server/server.js:245:21 at Array.forEach (native) at Function..each..forEach (/usr/local/meteor/lib/node_modules/underscore/underscore.js:79:11) at run (/Library/WebServer/Documents/meteor/myapp/.meteor/local/build/server/server.js:231:7) Exited with code: 1 Your application is crashing. Waiting for file change.

Any ideas what I may need to do to resolve this?

Thanks.

Nolan

Sebmaster commented 11 years ago

This repository is a meteor smart package. You have to put it into <meteor install dir>\packages\angularjs and afterwards in your project directory do meteor add angularjs.