Urigo / meteor-ionic

Ionic framework packaged for Meteor.
216 stars 32 forks source link

Example not working in meteor 0.9.4 #16

Closed radiegtya closed 9 years ago

radiegtya commented 9 years ago

Hi There,

I am trying to running the example but it's not working. I am getting error like this, when creating a new project:

TypeError: undefined is not a function
    at createProject (http://localhost:3000/ionic.js?02a9c004d9e8246990904d3f641cf7b8b5c1bbcd:20:25)

and this is the error detail:

 $scope.Projects.add(newProject); <-- THIS IS UNDEFINED (add)

Please Help, Thanks :)

Urigo commented 9 years ago

@radiegtya It was just solved now in https://github.com/Urigo/meteor-ionic/issues/14 and https://github.com/Urigo/meteor-ionic/pull/15 thanks to @stocksp .

Please check the updated example and let me know if it works Thanks

radiegtya commented 9 years ago

Still not working for task create

So I send you a PR which is working.

https://github.com/Urigo/meteor-ionic/pull/17

Thanks