netanelgilad / meteor-ionic-example

An example app using urigo:ionic package for simple app development with the ionic framwork on meteor.
72 stars 21 forks source link

Uncaught ReferenceError: angularMeteor is not defined #7

Closed brugnara closed 9 years ago

brugnara commented 9 years ago

I'm getting this issue.

var app = angular.module('tt.app', ['ngCordova.plugins.datePicker']);
angularMeteor.requires.push('tt.app'); // this fails!

Thanks.

ghost commented 9 years ago

I got the same issue, searching around but haven't found solution yet! :(

ghost commented 9 years ago

@netanelgilad could you please help me out?

netanelgilad commented 9 years ago

Ill check it out later today and ill update the example to the new angular package version

On Tue, Feb 3, 2015, 04:42 linhkurt notifications@github.com wrote:

@netanelgilad https://github.com/netanelgilad could you please help me out?

— Reply to this email directly or view it on GitHub https://github.com/netanelgilad/meteor-ionic-example/issues/7#issuecomment-72582486 .

Urigo commented 9 years ago

Just updated the example to fix this issue. @brugnara @linhkurt Please re-open in case of a problem.

brugnara commented 9 years ago

@Urigo many thanks. I'll check asap. Have a nice day.