Closed brugnara closed 9 years ago
same here
add urigo:angular
if you are using angular-ui-router add the package mquandalle:bower too. With bower add "angular-ui-router": "~0.2.13" and it should be work. Please note that the bower package has some issues with loading order - loading ionic with bower is impossible because of that issue.
But the documentation says I can use this without angular.
there's a weak dependency... don't know how it works, but without adding angular it's not working for me
Looks like it would be easier to add just the http://code.ionicframework.com/1.0.0-beta.14/js/ionic.bundle.js + http://code.ionicframework.com/1.0.0-beta.14/css/ionic.css :+1:
Be sure angular is loaded at first.
.meteor/packages
urigo:angular urigo:ionic urigo:angular-google-maps
You don't have to use angular-meteor, but you do have to use AngularJS, Ionic is dependent on that. You can bring it in anyway you want. I've just released a new version and also updated the readme to explain that here - https://github.com/Urigo/meteor-ionic/commit/7dccd08c3d0e0fb6593cb174cb5d59ea3e05c1aa
In a meteor project without angular, I'm getting this error in browser console.
Thanks for your work.