Fix for Meteor 1.3
Fixes https://github.com/Urigo/angular-blaze-template/issues/14
@trajano does your fix works also with Meteor versions 1.2 and older? look also here: http://guide.meteor.com/1.3-migration.html#angular-meteor-packages
No I changed it to be 1.3 only with all the imports and exports. Is there a way of packaging in Meteor so I can do
if (Meteor.versionAtLeast("1.3") { use mine} else { use existing? }
yes, look at the link I've sent
OK I'll add that part in, but would it still work with 1.2 is the question, I am using the pbastowski:angular-babel package
@trajano have you tested it with both Meteor versions?
No, I don't have Meteor 1.2 on my system anymore.
it's easy to run from version, sorry, would need you to test that before I can merge
NP would just need to find time to do it.
Actually I have to remove that last commit, those changes added back "angular" to Meteor causing the #14 anyway.