Urigo / meteor-angular-socially

angular-meteor example and tutorial app
https://www.angular-meteor.com/tutorials/socially/angular1/bootstrapping
155 stars 144 forks source link

Pagination Directive #73

Closed pauljlucas closed 9 years ago

pauljlucas commented 9 years ago

Hey Urigo,

It seems you took down / moved the repo that was used in the metor addon angularutils:pagination. Trying to add this to the tutorial project and it fails and on atmosphere (https://atmospherejs.com/angularutils/pagination) it seems the linking to the github page is off.

Here is the error i get: meteor add angularutils:pagination => Errors while adding packages:
While checking for angularutils:pagination@0.9.1: error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.

I have temporarily 'solved' this by using your other atmosphere library: urigo:angular-utils-pagination and if the rest of the tutorial works using it I will make a pull request to update the tutorial. I am just not sure the difference between the 2 repos.

For anyone else currently running into this issue: meteor add urigo:angular-utils-pagination meteor update urigo:angular

should do the trick for now

pauljlucas commented 9 years ago

0.9.1_2 Fixed this. Thanks!