Naomi Black
8e59fb41ce
chore(routing): host the license file on angular.io
2016-01-08 15:14:20 -08:00
Naomi Black
2e0dcc0bbc
chore(download): remove vestigial download link
2015-12-15 20:48:26 -08:00
Naomi Black
1832ca3253
chore(beta): remove 1.x from version dropdown
2015-12-15 20:08:24 -08:00
Naomi Black
a0345c103f
chore(seo): fix old site metadata
2015-12-15 20:00:36 -08:00
Robert Messerle
64f63167de
adds retina display support for hero background
...
updates logo to include 2.0 beta text
updates hero background image
2015-12-15 11:40:02 -08:00
Robert Messerle
d52d828bb6
adds `ng-cloak` across site
...
switches to minified version of angular
2015-12-15 01:02:41 -08:00
Robert Messerle
c5637fcfde
Updates homepage to include plunker demos
2015-12-14 21:09:17 -08:00
Robert Messerle
e8644676ae
Corrects the vertical alignment of the Feedback button in `main-nav`
2015-12-14 21:09:17 -08:00
Peter Bacon Darwin
a6ca213866
fix(app): ensure headings are visible when navigating to in-page anchors
...
Closes #477
2015-12-14 10:15:19 +00:00
Peter Bacon Darwin
05a272a116
refact(docs-app): move filtered API list into a directive
...
Each API index page now displays data from an `api-list.json` file found
locally to that page. This lets us have different API lists for TS, JS
and Dart.
2015-12-10 21:35:02 -08:00
Peter Bacon Darwin
b298b9c1af
refactor(docs-app): move `bold` directive out of the app controller file
2015-12-10 21:35:02 -08:00
Naomi Black
ee5da936da
feature(feedback): add feedback API call to the site
2015-12-09 13:05:45 -08:00
Naomi Black
fad02f7405
chore(feedback): fixing feedback script
2015-12-09 09:59:07 -08:00
Peter Bacon Darwin
8459a4dd5c
chore(doc-gen): allow dart cheatsheet to be generated
2015-12-08 17:31:53 -08:00
Naomi Black
652bf47de4
chore(banner): remove banner until we have new news
2015-12-08 17:28:31 -08:00
Naomi Black
5d3aed2bff
chore(quickstart): change learn in 5 mins text
2015-12-08 17:24:23 -08:00
Naomi Black
4d9409672f
chore(download): remove download button from homepage
2015-12-08 17:09:35 -08:00
Naomi Black
27d5a3b0a8
chore(social): remove social icons from site
2015-12-08 17:08:06 -08:00
Teresa
377f924ae2
Moved feedback script to _scripts-include.jade
2015-12-08 15:42:07 -08:00
Peter Bacon Darwin
7fb34523ae
chore(docs-app): add `code` directive to prevent unwanted compilation
2015-12-01 09:44:33 -08:00
Jay Traband
46ac6bdaa9
Fix for makeExample styling without linenumbers losing scrollbar + default handling of makeExamples with only one line
...
closes #427
2015-12-01 00:24:21 -08: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
3b76748cb5
docs(index): update AngularConnect video buttons
2015-10-27 09:42:18 -07:00
Naomi Black
ff53defb4f
docs(cheatsheet): updates for the cheatsheet, move to angular min
2015-10-19 00:31:07 +01:00
Naomi Black
00edf613a0
site(chore): nitpicks on top level content
2015-10-17 06:17:23 +01:00
Naomi Black
97b59a11d5
docs(typo): fix bad space in hero-home
2015-10-17 03:17:54 +01:00
Naomi Black
9a377db37a
chore(links): fix a few more canonical js links to be ts
2015-10-15 13:16:38 -07:00
Peter Bacon Darwin
48c99206e4
add links to Angular Connect live streams
2015-10-15 07:41:04 -07:00
Naomi Black
0870c7a3ac
chore(routing): fix routing for nonexistent pages and update background
2015-10-15 00:41:57 -07:00
Naomi Black
876f2dd6b6
chore(nav): Update nav with new structure, make ts default view
2015-10-14 23:04:58 -07:00
Jay Traband
6f6e83722e
squashed commits for PR 222 from jtraband
...
- add warning when bad example tag is encountered.
- shredding for api docs + refactoring of gulpfile to clarify task names.
- added top level gulp tasks + error handling cleanup
- added test-api-builder gulp task
- added warning messages during build-shred-map processing
- mixin signature change
- updated styleguide ... continued.
- added @exampleTabs inlinetag support + refactoring shared services between @example and @exampleTabs
- added new inline tag @linkDevGuide + cleanup
- added angular source watch logic for serve-and-sync and source for examples changed from test -> examples + cleanup
- promisify del
- styleguide explanation of @example, @exampleTabs and @linkDevGuide
2015-09-23 14:04:58 -07:00
Jay Traband
11ab09c30b
Fix for styling bug + additional styleguide examples
2015-09-18 13:18:52 -07:00
Jay Traband
a9e96389c0
json shredder/extract handling
...
style guide docs for makeJson
remove dups in git-changed-examples
support for git-changed-examples --after
file pattern exclusion for git-changed-examples
2015-09-18 13:18:50 -07:00
Jay Traband
bdb97ed499
partial refactoring for makeJson
2015-09-18 13:18:48 -07:00
Jay Traband
bd2d915248
add trimLeftIndent to all makeExample and makeTabs calls
2015-09-18 13:18:45 -07:00
Jay Traband
cb136b1028
reorg util-fns.jade
2015-09-18 13:18:44 -07:00
Jay Traband
50e758ba60
improved infrastructure for devguide and revised getting started (TS)
2015-09-10 13:32:57 -07:00
Brian Ford
b155ddfa2c
List type info for var and const exports
2015-09-01 14:06:17 -07:00
Jay Traband
df077c1dc2
added make-example
2015-08-13 15:39:14 -07:00
Jay Traband
d9089f215c
shred and watch build tooling - v2 ( dgeni, gulp, jade)
2015-08-07 14:49:35 -07:00
Jay Traband
7e6ff558e3
shred and watch build tooling ( dgeni, gulp, jade)
2015-08-07 14:49:35 -07:00
Naomi Black
9169409c21
harp(update): var changes to allow use with harp 0.17.0
2015-07-28 00:14:34 -07:00
Peter Bacon Darwin
afaea60a25
update conference links - add AngularConnect; remove ng-conf
2015-06-29 15:04:41 +01:00
Won Song
dc1bafd46d
#119
...
1. Removed X from 1.x titles
2. Replaced links with hover cards
3. Changed Download to Install
2015-05-19 22:37:45 -07:00
Alex Wolfe
4210541f24
use one layout, update logic, add prettify to api code tags
2015-05-03 20:28:21 -07:00
Alex Wolfe
a5f3214e97
Code examples, now escape html, full directives
2015-05-03 19:09:25 -07:00
Alex Wolfe
b9386de4f3
code tabs, and code example directive
2015-05-02 15:34:16 -07:00
Alex Wolfe
6475fb7e51
bio directive
2015-05-01 07:40:25 -07:00
Alex Wolfe
d4086a71bb
merge with master
2015-05-01 06:51:21 -07:00
Alex Wolfe
feabd268fc
restructure directories
2015-05-01 06:48:52 -07:00
Alex Wolfe
c11737ff73
Standard case for API pages
2015-05-01 06:04:23 -07:00
Alex Wolfe
2611457df7
small update to nav
2015-04-28 14:57:15 -07:00
Alex Wolfe
f6c0840673
update nag
2015-04-28 14:50:58 -07:00
Alex Wolfe
b8d2122ad8
script update
2015-04-28 14:45:31 -07:00
Naomi Black
c4496c0686
docs(devpreview): Change alpha to developer preview and get rid of .x where feasible
...
closes #47
2015-04-28 12:33:29 -07:00
Alex Wolfe
f062d4aa56
ng-touch
2015-04-28 09:39:16 -07:00
Alex Wolfe
66282981d3
fixed footer links
2015-04-28 08:29:58 -07:00
Alex Wolfe
58e607e873
banner for dart and image fix
2015-04-23 08:58:53 -07:00
Alex Wolfe
116df89300
Merge branch 'master' into api-branch
2015-04-23 08:38:36 -07:00
Alex Wolfe
8e0e727f7d
fixes
2015-04-22 10:12:55 -07:00
Alex Wolfe
cf220fed48
fix for nav
2015-04-22 09:51:13 -07:00
Alex Wolfe
fa09eb4a81
side nag update
2015-04-22 08:48:20 -07:00
Alex Wolfe
22d1e8a9c3
dart updates
2015-04-22 07:49:21 -07:00
Alex Wolfe
459ea70464
intro styles update
2015-04-22 07:06:59 -07:00
Alex Wolfe
45587fa0a9
merge fix
2015-04-22 07:00:53 -07:00
Alex Wolfe
9b074c0aed
code switchers
2015-04-22 06:59:02 -07:00
David East
15e7997819
Intro layout
2015-04-22 05:42:50 -07:00
Alex Wolfe
f9f51a93b5
more fixes
2015-04-22 05:33:17 -07:00
Alex Wolfe
b084b3a434
removed index items from nag
2015-04-21 23:13:46 -07:00
Alex Wolfe
d69eed18ee
guide and api homepage update
2015-04-21 23:09:13 -07:00
Alex Wolfe
6acdbb7597
fixed numbering
2015-04-21 08:49:15 -07:00
Alex Wolfe
01a0745dfd
Update to guide icons and landing page
2015-04-21 08:44:56 -07:00
Alex Wolfe
79d0a5022e
added updated api content
2015-04-20 13:57:43 -07:00
Alex Wolfe
95e60ce204
update to sidenav and ngbindable
2015-04-19 15:21:21 -07:00
Alex Wolfe
94cc8e9005
First round of api docs
2015-04-19 13:53:18 -07:00
Alex Wolfe
2f95c0d68d
next step now auto generated
2015-04-18 09:30:29 -07:00
Alex Wolfe
9eef5a660a
scaffolding for guide
2015-04-18 09:12:05 -07:00
Alex Wolfe
5be4e6fbea
ordered guide
2015-04-16 07:24:28 -07:00
Alex Wolfe
90d4c0f015
bug fix
2015-04-15 08:15:51 -07:00
Kathy Walrath
8e849b2693
Merge pull request #26 from icaliman/patch-1
...
Fixed github urls
2015-04-14 09:02:20 -07:00
Alex Wolfe
334d5e2edb
secondary list
2015-04-14 05:22:14 -07:00
Alex Wolfe
43651ba8c1
secondary navigation
2015-04-13 23:03:13 -07:00
Alex Wolfe
7dca24cd6e
sub nav
2015-04-13 07:29:40 -07:00
John Caliman
5e9e095111
Fixed github urls
2015-04-09 16:08:28 +03:00
Alex Wolfe
78391effbd
initial styleguide files
2015-04-06 06:41:08 -07:00
Alex Wolfe
3cea09ad26
Docs(resources): Add ng-conf video and forms blog post
2015-03-20 21:29:34 -07:00
Alex Wolfe
59806948c3
Design Docs & Notes
2015-03-11 20:37:08 -07:00
Alex Wolfe
4fcb755f24
Fixed live search display issue
2015-03-11 20:21:59 -07:00
Alex Wolfe
f1b6226140
ng-conf link
2015-03-11 17:57:13 -07:00
Alex Wolfe
7e5ad57ce5
previous changes from other branch
2015-03-11 17:56:08 -07:00
Alex Wolfe
234c1444bb
text update
2015-03-11 09:11:08 -07:00
David East
27d06915ce
ng-conf video link
2015-03-11 04:36:40 -07:00
Naomi Black
2c2d4acdd5
Remove rawgit change over to CDN dependency
2015-03-05 10:00:55 -07:00
Alex Wolfe
132f6e36a3
meta data
2015-03-05 06:42:15 -08:00
Alex Wolfe
48a26032f4
post image preference
2015-03-05 06:37:48 -08:00
Alex Wolfe
bbcd5c5993
fixed drop down flash of content bug
2015-03-05 06:30:53 -08:00
Alex Wolfe
4a43751bba
title update
2015-03-04 22:38:45 -08:00
Alex Wolfe
700136dd0f
drop down logic now switches to page too
2015-03-04 22:00:27 -08:00
Alex Wolfe
564702adcf
more mobile styles
2015-03-04 21:39:57 -08:00
Alex Wolfe
022e5bede4
mobile docs nav
2015-03-04 21:22:03 -08:00
Alex Wolfe
2165887b21
link favicon
2015-03-04 20:50:13 -08:00
Alex Wolfe
8dcf541883
https fix
2015-03-04 20:39:52 -08:00
Alex Wolfe
5575172e8d
mobile nav
2015-03-04 20:27:30 -08:00
Alex Wolfe
d71c4560a4
fix footer layout
2015-03-04 14:01:39 -08:00
Alex Wolfe
628e8494f2
update drop down
2015-03-04 13:57:29 -08:00
Kathy Walrath
ab2a8f68ec
Merge pull request #53 from davideast/tweaks
...
minor copyedits (_footer.jade)
2015-03-04 13:52:30 -08:00
Kathy Walrath
30778750c4
minor copyedits (_footer.jade)
2015-03-04 13:51:05 -08:00
Alex Wolfe
36881e7682
SEO Updates
2015-03-04 13:50:13 -08:00
Alex Wolfe
85d7ddc515
aria labels and fixes
2015-03-04 13:50:13 -08:00
Alex Wolfe
ff3264ee4a
Merge pull request #50 from davideast/polish
...
Polish
2015-03-04 13:29:08 -08:00
Alex Wolfe
97b8a733a0
search widget
2015-03-04 11:48:19 -08:00
Naomi Black
5f4886f1e9
Dropdown changes and text consistency
2015-03-04 12:32:15 -07:00
Naomi Black
ef11b770b5
Consistency for naming (Angular for JavaScript)
2015-03-04 12:24:16 -07:00
Alex Wolfe
681bb0c067
bug fix
2015-03-04 10:03:49 -08:00
Alex Wolfe
b959101963
typo
2015-03-04 07:49:47 -08:00
Alex Wolfe
5c8616fae4
syntax fix
2015-03-04 07:48:12 -08:00
Alex Wolfe
8dff8a8b6a
mobile styles initial
2015-03-04 07:13:59 -08:00
Alex Wolfe
d6e901caa0
download page
2015-03-04 06:29:50 -08:00
Alex Wolfe
c77e4850f1
drop down update
2015-03-04 05:27:48 -08:00
Alex Wolfe
2a020cf129
added alerts style
2015-03-04 05:21:10 -08:00
Alex Wolfe
9c93c2294a
dropdown
2015-03-03 14:22:30 -08:00
Alex Wolfe
70aa536e0a
base setup for menu
2015-03-03 06:41:37 -08:00
Alex Wolfe
cd18967a6e
version menu & social icons
2015-03-03 06:34:45 -08:00
Alex Wolfe
20308d21bb
drop down update
2015-03-02 22:57:42 -08:00
Alex Wolfe
50e8bcb31a
update license & logos
2015-03-02 22:38:35 -08:00
Alex Wolfe
b43daa67ce
dropdown initial test
2015-03-02 19:07:47 -08:00
Alex Wolfe
cf4cf8503c
contribute
2015-03-02 07:15:03 -08:00
Alex Wolfe
426496c023
Help Page
2015-03-02 06:29:08 -08:00
Alex Wolfe
154d812cc1
update footer links
2015-03-02 06:15:13 -08:00
Alex Wolfe
ee99ae475f
bio layout
2015-03-01 23:48:31 -08:00
Alex Wolfe
1eb130891e
code syntax highlighting
2015-03-01 20:00:19 -08:00
Alex Wolfe
210c2a39b2
dynamic selecting nav
2015-03-01 16:39:17 -08:00
Alex Wolfe
b4d3a06c07
dropdown icon
2015-03-01 15:43:22 -08:00
Alex Wolfe
bf1a05881d
docs dropdown logice
2015-03-01 06:42:36 -08:00
Alex Wolfe
62d7e3da91
added latests folder and logic to docs
2015-02-28 16:35:18 -08:00
Alex Wolfe
7f8899530c
Features Page & Icons
2015-02-28 12:06:30 -08:00
Alex Wolfe
186ac9b872
sidenav
2015-02-27 21:38:49 -08:00
Alex Wolfe
2a4c04fdb1
layout spacers
2015-02-27 21:21:20 -08:00
Alex Wolfe
efebaf3d03
homepage copy
2015-02-27 21:06:18 -08:00
Alex Wolfe
b3a3587671
placeholders
2015-02-27 07:21:28 -08:00
Alex Wolfe
e64f9f3584
dynamic path rendering in docs nag
2015-02-27 07:17:29 -08:00
Alex Wolfe
82d0dea500
footer logo
2015-02-26 21:39:19 -08:00
Alex Wolfe
0e19bfb2ca
sub header, cta bar, logos, announcement
2015-02-26 21:30:06 -08:00
Alex Wolfe
1c4697053f
more updates
2015-02-26 06:45:32 -08:00
Alex Wolfe
e798b67e6e
Logo, hero, nav, social , layout, etc.
2015-02-25 07:15:46 -08:00
Alex Wolfe
6f2775b576
Update to core navigation components
2015-02-24 06:38:30 -08:00
Alex Wolfe
9af4a31457
updates
2015-02-19 17:13:47 -08:00
Alex Wolfe
e437fdb7b2
Angular Material dependancies
2015-02-19 09:51:07 -08:00
Alex Wolfe
85de9af769
header include
2015-02-19 09:44:05 -08:00
Alex Wolfe
e75cc9e4e6
updates to license and includes
2015-02-19 09:43:42 -08:00