Skip to content

Commit

Permalink
bump angular material to v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Feb 22, 2017
1 parent 7f1d6cd commit 9c09fd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you need a component for your project which has not yet been migrated to vers

- The team coordinates who is working on what component(s) with a [shared canvas document](https://usecanvas.com/emberpaper/backlog/5lluHTIZAI8G2797TdEcsD).

- The [Angular Material demo site](https://material.angularjs.org/1.0.6/) provides examples of what we are trying to accomplish. Use version 1.0.6.
- The [Angular Material demo site](https://material.angularjs.org/1.0.7/) provides examples of what we are trying to accomplish. Use version 1.0.7.

- Building the `ember-paper` demo application will give you your own up-to-date reference. This can be accomplished by installing ember-paper as if it were an application and running `ember server`.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"loader.js": "^4.0.10"
},
"dependencies": {
"angular-material-source": "angular/material#v1.0.6",
"angular-material-source": "angular/material#v1.0.7",
"broccoli-autoprefixer": "^3.0.0",
"broccoli-filter": "^1.2.3",
"broccoli-funnel": "^1.0.1",
Expand All @@ -64,11 +64,11 @@
"ember-cli-htmlbars": "^1.1.1",
"ember-composability-tools": "0.0.7",
"ember-css-transitions": "0.1.9",
"ember-power-select": "1.2.0",
"ember-wormhole": "0.5.1",
"hammerjs": "^2.0.8",
"matchmedia-polyfill": "^0.3.0",
"propagating-hammerjs": "^1.4.6",
"ember-power-select": "1.2.0",
"ember-wormhole": "0.5.1",
"resolve": "^1.1.7",
"virtual-each": "0.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/layout/introduction.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<p>
Ember Paper's layout system is based on
<a target="_blank" href="https://material.angularjs.org/1.0.6/layout/introduction">Angular Material's</a>.
<a target="_blank" href="https://material.angularjs.org/1.0.7/layout/introduction">Angular Material's</a>.
Most of the class names can be derived from the attributes described in their documentation. Ember Paper
uses classes rather than attributes for performance reasons. Under the hood, Angular does the same.
</p>
Expand Down

0 comments on commit 9c09fd0

Please sign in to comment.