Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

Famo.us/Angular Starter Kit does not contain most recent version of Famo.us Angular #246

Closed ghost closed 9 years ago

ghost commented 9 years ago

Uses version 0.3, not 0.5. This is not obvious, and in fact is quite confusing considering what has changed/been deprecated .

thaiat commented 9 years ago

instread of using the starter kit you can use this generator, i maintain it up to date with latest versions http://github.com/thaiat/generator-angular-famous-ionic

Cheers

zackbrown commented 9 years ago

@lindseymysse you're right, the starter project was pretty out of date (two minor versions behind and needing plenty of clean-up.) I just went ahead and updated it, cleaned out a bunch of dependencies, and tested everything out with a fresh clone—should work much better for you now. ( https://github.com/thomasstreet/famous-angular-starter/commit/5fbdd7916401f5bb3092a203165928e40f773b0f )

As for @thaiat 's generator, I'd recommend giving it a shot! originally, the starter project was intended as a lighter-weight stand-in for a generator, in hopes that someone in the community would come up with a generator (which is a better model IMO.) We might ultimately deprecate the starter project in favor of a generator, and Yoobic's seems like the best one out there so far. At this point, take your pick.