From fd434379665db842cde597ceeaf35fd1fa979867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20H=C3=A4rsj=C3=B6?= Date: Tue, 23 Sep 2014 14:40:35 +0200 Subject: [PATCH 01/35] docs(README): fix typo Closes #229 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa63d0a875..da6416ea26 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ The angular-seed app comes preconfigured with unit tests. These are written in configuration file to run them. * the configuration is found at `karma.conf.js` -* the unit tests are found in next to the code they are testing and are named as `..._test.js`. +* the unit tests are found next to the code they are testing and are named as `..._test.js`. The easiest way to run the unit tests is to use the supplied npm script: From 6ca94d46e334b47e8e6066b2ea0ac79ffcee5c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Thu, 2 Oct 2014 13:20:46 +0300 Subject: [PATCH 02/35] refact(index.html): remove self closing slash for link tag. You don't need it when doctype is HTML5 and also the others above already don't have one. Closes #232 --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index badcc66d84..d0aacaaac4 100644 --- a/app/index.html +++ b/app/index.html @@ -11,7 +11,7 @@ - + From de30ee955c55ddf27b8fd15789ad18206bbbc285 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 29 Oct 2014 12:20:42 +0000 Subject: [PATCH 03/35] docs(README): add alternative git clone method Closes #239 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index da6416ea26..e7aece1083 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,14 @@ git clone https://github.com/angular/angular-seed.git cd angular-seed ``` +If you just want to start a new project without the angular-seed commit history then you can do: + +```bash +git clone --depth=1 https://github.com/angular/angular-seed.git +``` + +The `depth=1` tells git to only pull down one commit worth of historical data. + ### Install Dependencies We have two kinds of dependencies in this project: tools and angular framework code. The tools help From 97275d998f9efc9e49efed4b0ce2a60e721b256c Mon Sep 17 00:00:00 2001 From: Pedro Machado Santa Date: Sun, 14 Jun 2015 20:25:12 +0100 Subject: [PATCH 04/35] chore(bower.son): update angular dep to 1.3.x, html5-boilerplate --- app/index.html | 6 +++--- bower.json | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/index.html b/app/index.html index d0aacaaac4..3c4bb6b02e 100644 --- a/app/index.html +++ b/app/index.html @@ -9,10 +9,10 @@ My AngularJS App - - + + - +