Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(docs): remove refs to
Browse files Browse the repository at this point in the history
Fixes #7143.
  • Loading branch information
ThomasBurleson committed Feb 27, 2016
1 parent 1aa98f9 commit 38f6651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/chips/demoCustomSeparatorKeys/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<md-content class="md-padding" layout="column">

<h2 class="md-title">Use <code>md-separator-keys</code> to customize the key codes which trigger chip creation.</h2>
<p>Common key codes found in <code>$mdConstant.KEY_CODE</code> can be used alongside your own.</p>
<md-chips
ng-model="ctrl.tags"
md-separator-keys="ctrl.keys"
Expand Down
4 changes: 2 additions & 2 deletions src/components/gridList/grid-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ angular.module('material.components.gridList', ['material.core'])
*
* The `md-grid-list` directive supports "responsive" attributes, which allow
* different `md-cols`, `md-gutter` and `md-row-height` values depending on the
* currently matching media query (as defined in `$mdConstant.MEDIA`).
* currently matching media query.
*
* In order to set a responsive attribute, first define the fallback value with
* the standard attribute name, then add additional attributes with the
Expand Down Expand Up @@ -654,7 +654,7 @@ function GridLayoutFactory($mdUtil) {
*
* The `md-grid-tile` directive supports "responsive" attributes, which allow
* different `md-rowspan` and `md-colspan` values depending on the currently
* matching media query (as defined in `$mdConstant.MEDIA`).
* matching media query.
*
* In order to set a responsive attribute, first define the fallback value with
* the standard attribute name, then add additional attributes with the
Expand Down

0 comments on commit 38f6651

Please sign in to comment.