From a641837118da1a356f16488f5ffe1b19d457cd2b Mon Sep 17 00:00:00 2001 From: Dan Cancro Date: Fri, 19 Dec 2014 13:17:25 +0100 Subject: [PATCH 1/2] docs(guide/Developer Guide): Link to starter options Added a link to a comparison spreadsheet of alternative generators, examples, tutorials and seeds that one can use to get started on a new Angular project. --- docs/content/guide/index.ngdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/guide/index.ngdoc b/docs/content/guide/index.ngdoc index b693fcdce219..87c4b8662749 100644 --- a/docs/content/guide/index.ngdoc +++ b/docs/content/guide/index.ngdoc @@ -18,6 +18,9 @@ Everything you need to know about AngularJS * [Fundamentals in 60 Minutes (video)](http://www.youtube.com/watch?v=i9MHigUZKEM) * [For folks with a jQuery background](http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background) +## Getting Started +* [Comparison of the options for starting a new project](http://www.dancancro.com/comparison-of-angularjs-application-starters/) + ## Core Concepts ### Templates From 5e058fdc240bc647b3c88173c708f3680fb75203 Mon Sep 17 00:00:00 2001 From: Dan Cancro Date: Fri, 19 Dec 2014 13:40:27 +0100 Subject: [PATCH 2/2] Add return char --- docs/content/guide/index.ngdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/guide/index.ngdoc b/docs/content/guide/index.ngdoc index 87c4b8662749..ec4cf7c084ab 100644 --- a/docs/content/guide/index.ngdoc +++ b/docs/content/guide/index.ngdoc @@ -19,6 +19,7 @@ Everything you need to know about AngularJS * [For folks with a jQuery background](http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background) ## Getting Started + * [Comparison of the options for starting a new project](http://www.dancancro.com/comparison-of-angularjs-application-starters/) ## Core Concepts