Commit Graph

809 Commits

Author SHA1 Message Date
Ward Bell 758821c775 (docs) plunkers for template-syntax & pipes
closes #410
2015-11-25 17:54:28 -08:00
Jay Traband 4bbd9784ef dev-tooling: add plunker generation from _examples
closes #408, Dev Tooling 15
2015-11-25 12:23:14 -08:00
Ward Bell 643a5bbf63 (docs) template-syntax - fix - ng-switch should be <h3>
closes #404
2015-11-24 13:14:01 -08:00
Ward Bell 05caaf987e (docs) glossary - add alphabet links & "Lifecycle Hooks" 2015-11-24 11:56:42 -08:00
Oskari Okko Ojala 412d3b5e59 Fix: error "mkdir: src: No such file or directory" in OS/X and Linux.
Changes OS/X Linux command to `mkdir -p src/app`
closes #400
2015-11-23 17:12:55 -08:00
Earl St Sauver 206ce3373d docs: Change label of case to 'kebab' for attrs
closes #399

The docs refer to `this-style-of-casing` as snake case, but it's
actually "kebab case." Snake case looks `like_this_instead`.

https://en.wikipedia.org/wiki/Letter_case#Special_case_styles
2015-11-23 17:09:21 -08:00
Mithun Patel 4b4582cb17 Fix typos in Forms & DI chapters; add links in testing docs
closes #398
2015-11-23 17:03:06 -08:00
Mithun Patel 0ddd70a6e1 closes #395 2015-11-23 16:47:06 -08:00
johnapost 2843cf2d5d docs: fix dead links in toh-p1; closes #393 2015-11-23 16:39:42 -08:00
Josh Leeb-du Toit 740c2a3157 docs: remove repeated 'class'; closes #388
Remove repeated 'class' from component explanation to improve grammer
and readability of the documentation.
2015-11-23 16:33:14 -08:00
johnapost 880f72639f Pluralize 'field' and add missing 'the' in Quickstart
closes #387
2015-11-23 16:29:27 -08:00
Arliang 8a4861c26a (docs): toh - fix typo; closes #385 2015-11-23 16:24:04 -08:00
jennyraj e6e66e1d2c Typo fixed. Closes #384 2015-11-23 16:20:42 -08:00
jennyraj 5f9ad5552d Typo fixed. Closes #383 2015-11-23 16:18:01 -08:00
Philip Steinebrunner 54b3634923 docs(dependency-injection.jade): remove word duplicate
closes #382
2015-11-17 10:16:52 -08:00
Peter Bacon Darwin 7e3e77778d api-builder: fix indentation on "Not Yet Documented" message 2015-11-17 10:36:09 +00:00
Peter Bacon Darwin bb170824ea api-builder: fix indentation on "Not Yet Documented" message 2015-11-17 10:05:03 +00:00
Peter Bacon Darwin 248f4c91a5 refact(app): use recommended `controller as` syntax
Updated site controllers and directives to use controller as syntax

Closes #84
Closes #135
2015-11-17 09:52:12 +00:00
Naomi Black c304aedb04 Revert "api-builder: add breadcrumbs links"
This reverts commit 10b87e8017.
2015-11-16 23:10:18 -08:00
Tom Ingebretsen c46892afa9 docs(samples): add Dart version of forms example
closes #350
2015-11-16 13:12:34 -08:00
Tom Ingebretsen 28386efb50 docs(samples): add Dart version of pipes example
closes #365
2015-11-16 12:56:53 -08:00
Peter Bacon Darwin 217c690781 api-builder: fix type-alias template so it doesn't break jade
The previous template was HTML rather than Jade and code blocks in the
content caused the Jade processing to crash.

See https://github.com/angular/angular/issues/4480
2015-11-15 21:36:20 +00:00
Cory Bateman dbb065a7ed refact(app): use recommended `controller as` syntax
Updated site controllers and directives to use controller as syntax

Closes #84
Closes #135
2015-11-15 20:52:35 +00:00
Peter Bacon Darwin 40d528b9de chore(gulpfile): use `gulp.watch` rather than `gulp-watch`
closes #371

This change makes the exclude (ignore) paths work properly.
Unfortunately this will not pick up "new" files that are added after
the watch has begun. Once gulp 4.0 is released, this will be fixed.
2015-11-14 12:53:44 -08:00
Peter Bacon Darwin 700b8e446a chore(gulpfile): ignore `node_modules` folders in examples
This should speed up watching as it is unusual to update files in these
folders during normal development.

If you do change files in an example `node_modules` folder then you must
restart the gulp task to trigger the shredder and reload.
2015-11-14 12:53:24 -08:00
Peter Bacon Darwin 7ac04e446b chore(README): describe the different `sync-and-...` gulp tasks 2015-11-14 12:53:23 -08:00
Peter Bacon Darwin eb7533a6ef chore(gulpfile): ignore `node_modules` folders in examples
This should speed up watching as it is unusual to update files in these
folders during normal development.

If you do change files in an example `node_modules` folder then you must
restart the gulp task to trigger the shredder and reload.
2015-11-14 12:53:22 -08:00
Peter Bacon Darwin aa5767d38c chore(gulpfile): use `gutil.log` rather than `console.log` 2015-11-14 12:53:21 -08:00
Peter Bacon Darwin 0b2db81ac0 chore(gitignore): ignore the generated web app json files 2015-11-14 12:53:20 -08:00
Peter Bacon Darwin cd063b9188 chore(gulpfile): add 500ms read delay on all watches 2015-11-14 12:53:19 -08:00
Peter Bacon Darwin eddf5e7cf1 chore(gulpfile): refine the tasks for watching and synching 2015-11-14 12:53:19 -08:00
Ward Bell a3042849c0 (docs) Tour of Heroes - part 1 & 2. Fix links and make them uniform.
closes #375 and #376
2015-11-14 00:28:59 -08:00
Sahar Jafari 389fb1aa79 hide the social icons for print
closes #210
2015-11-14 00:01:14 -08:00
Ward Bell e7a9a46994 (docs) template-syntax - to alpha46, noImplicitAny, demo enum binding
closes #374
2015-11-13 18:53:25 -08:00
Mark Rajcok 54573563a3 Add missing import of Injectable to DI guide
closes #373
2015-11-13 18:16:56 -08:00
Wassim Chegham 85195742bc docs(*): fix plunkr URL
closes #298
2015-11-13 17:58:06 -08:00
Topher Fangio e66aaa696e docs(harp): add bio for Topher Fangio
Closes #363
2015-11-13 16:46:57 +00:00
Peter Bacon Darwin 10b87e8017 api-builder: add breadcrumbs links 2015-11-13 16:39:21 +00:00
Peter Bacon Darwin 244e5673ab api-builder: filter out member docs
Since we are not rendering these independently of their containers
2015-11-13 16:39:21 +00:00
Peter Bacon Darwin 954a3827b7 api-builder: add simplified name to module docs 2015-11-13 16:39:21 +00:00
Peter Bacon Darwin 888f9ff8d8 api-builder: move templates into angular.io package 2015-11-13 16:39:21 +00:00
Peter Bacon Darwin a98085e7eb api-builder: allow descriptions to be empty via the `@noDescription` tag
If a document description is empty then it is marked with the `notYetDocumented`
property. This change allows developers to tag a code item (export, member, etc)
as explicitly not needing a description.
2015-11-13 16:39:21 +00:00
Peter Bacon Darwin 21feaf499f api-builder: deduce the type of a symbol from its initializer 2015-11-13 16:39:21 +00:00
Peter Bacon Darwin 229557dcb2 api-builder: move the `constructor` into its own section 2015-11-13 16:39:21 +00:00
Peter Bacon Darwin ec4d7b82a2 api-builder: don't show constructor if it is marked as `@internal` 2015-11-13 16:39:21 +00:00
Peter Bacon Darwin f84534a9e2 api-builder: include `exportAs` info in directive docs 2015-11-13 16:39:20 +00:00
Peter Bacon Darwin dbc95b75af api-builder: improve "not yet documented" handling
* All export members are now tagged if they have no documentation.
* All exports are tagged if they and their members have no documentation.
* The templates for these docs display the words "Not Yet Documented" if they are tagged.
* The build creates a warning for each export that is not documented
* The build generates a new file, `public/docs/ts/latest/api/overview-dump.html`, which
lists all the modules, exports and members highlighting those that are not documented.
2015-11-13 16:39:20 +00:00
Peter Bacon Darwin 489ffc9f97 api-builder: remove annotation block from directive docs 2015-11-13 16:38:58 +00:00
Peter Bacon Darwin 7239b52984 api-builder: remove unnecessary outputFolder config setting from angular.io-package
This is set in the gulpfile now
2015-11-13 16:38:58 +00:00
Peter Bacon Darwin ed3a4965e5 api-building: add `@syntax` tag to docs-package 2015-11-13 16:38:58 +00:00