Anyone have any success with angularjs and meteor? I tried to get it
running but I receive a parse error when setting up ng-app.
Error: Parse error in tag - line 5, file
/home/kenneth/Projects/deemos/deemos.html
<body ng-app>
at new <anonymous>
(/usr/lib/meteor/packages/templating/html_scanner.js:23:14)
at Object.scan
(/usr/lib/meteor/packages/templating/html_scanner.js:88:15)
at /usr/lib/meteor/packages/templating/package.js:46:32
at [object Object].add_file (/usr/lib/meteor/app/lib/bundler.js:196:5)
at /usr/lib/meteor/app/lib/bundler.js:97:16
at Array.forEach (native)
at Function.<anonymous>
(/usr/lib/meteor/app/lib/third/underscore.js:76:11)
at /usr/lib/meteor/app/lib/bundler.js:96:11
at Array.forEach (native)
at Function.<anonymous>
(/usr/lib/meteor/app/lib/third/underscore.js:76:11)
Any advice?