diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5de0f06813..1b9d193ceb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,45 +1,61 @@ -## Bug, enhancement request, or proposal: +## Bug, enhancement request, or proposal -# CodePen and steps to reproduce the issue: -#### [CodePen Demo](http://codepen.io/team/AngularMaterial/pen/bEGJdd) which demonstrates the issue: +# Demo and steps to reproduce the issue +[This blank StackBlitz demo](https://stackblitz.com/edit/angularjs-material-blank?file=app%2Fapp.template.html) can be used to create a reproduction that demonstrates your issue. +**Demo URL (required)***: -#### Detailed Reproduction Steps: +#### Detailed Reproduction Steps 1. 1. -### What is the expected behavior? +### Explain the expected behavior -### What is the current behavior? +### Explain the current behavior -### What is the use-case or motivation for changing an existing behavior? +### Discuss the use-case or motivation for changing the existing behavior -### Which versions of AngularJS, Material, OS, and browsers are affected? +### List the affected versions of AngularJS, Material, OS, and browsers - AngularJS: 1. - AngularJS Material: 1. - OS: - Browsers: -### Is there anything else we should know? Stack Traces, Screenshots, etc. +### Add anything else we should know +#### Stack Trace +``` - +``` + +#### Screenshots + + + diff --git a/docs/app/css/style.css b/docs/app/css/style.css index 9d6efe3078..f1709e4313 100644 --- a/docs/app/css/style.css +++ b/docs/app/css/style.css @@ -603,20 +603,20 @@ md-toolbar.demo-toolbar .md-button { /*************** * Landing Page ***************/ -ul.buckets { +main .doc-content ul.buckets { margin: 24px 0 24px -8px; padding: 0; position: relative; } -ul.buckets li { +main .doc-content ul.buckets li { list-style: none; margin: 0; text-align: center; } -ul.buckets li md-card md-card-content { +main .doc-content ul.buckets li md-card md-card-content { padding: 0; } -ul.buckets li a { +main .doc-content ul.buckets li a { display: block; font-weight: 500; padding: 16px 0; @@ -626,15 +626,15 @@ ul.buckets li a { margin-right: 0; margin-top: 0; } -ul.buckets li a, -ul.buckets li a md-icon { +main .doc-content ul.buckets li a, +main .doc-content ul.buckets li a md-icon { color: #666 !important; transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); } -ul.buckets li a:hover, -ul.buckets li a:focus, -ul.buckets li a:hover md-icon, -ul.buckets li a:focus md-icon { +main .doc-content ul.buckets li a:hover, +main .doc-content ul.buckets li a:focus, +main .doc-content ul.buckets li a:hover md-icon, +main .doc-content ul.buckets li a:focus md-icon { color: #106CC8 !important; background-color: #ebebeb !important; } diff --git a/docs/app/partials/getting-started.tmpl.html b/docs/app/partials/getting-started.tmpl.html index f41a65ea0b..4437832827 100644 --- a/docs/app/partials/getting-started.tmpl.html +++ b/docs/app/partials/getting-started.tmpl.html @@ -21,71 +21,38 @@

New to AngularJS? Before getting into AngularJS Material, it might

How do I start with AngularJS Material?

- -

Build a Material Application (blank shell)

- -

- See this example application on CodePen that loads - the AngularJS Material library from the Google CDN: -

- - - -

- Now just your add your AngularJS Material components and other HTML content to your Blank - starter app. -

- -
- -
-

Our CodePen Community

You can also visit our @@ -103,7 +70,6 @@

Our CodePen Community



-

Installing the AngularJS Material Libraries

@@ -139,7 +105,6 @@

Installing the AngularJS Material Libraries


-

Unsupported Integrations

@@ -163,30 +128,31 @@

Unsupported Integrations

Contributing to AngularJS Material

diff --git a/docs/app/partials/home.tmpl.html b/docs/app/partials/home.tmpl.html index abc2a348de..3b4be74eb8 100644 --- a/docs/app/partials/home.tmpl.html +++ b/docs/app/partials/home.tmpl.html @@ -133,7 +133,7 @@

The following table provides a more detailed view:

Safari - 11.x
12.x + 12.x
13.x @@ -141,31 +141,23 @@

The following table provides a more detailed view:

iOS - 11.x
12.x + 12.x
13.x - Firefox for Android
UC
QQ
Baidu + Firefox for Android
UC latest version - - - Android Browser - - - 4.4.3-4.4.4
latest version - - Samsung Internet - 4
6.2
7.2 + 10.x @@ -202,14 +194,16 @@

Training Videos:

-

Conference Presentations:

- Here are some conference presentations that will provide overviews for your development with AngularJS Material. + Here are some conference presentations that will provide overviews for your development with + AngularJS Material.

- -
-

Google's Material Design

-

- Material Design is a specification for a unified system of visual, motion, and interaction - design that adapts across different devices and different screen sizes. -

- -

These docs were generated from diff --git a/docs/app/partials/layout-tips.tmpl.html b/docs/app/partials/layout-tips.tmpl.html index c62e4d6675..5bec7d43a3 100644 --- a/docs/app/partials/layout-tips.tmpl.html +++ b/docs/app/partials/layout-tips.tmpl.html @@ -88,15 +88,13 @@

Layout Column

as expected due to CSS specificity rules.

-
- +
-

@@ -209,7 +207,7 @@

Flex Element Heights

it will prevent the content from scrolling correctly, instead scrolling the entire body.

-
+