Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
polymer-ui-card: expose noCurve property
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Sep 20, 2013
1 parent 9c41b3c commit 88b2a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer-ui-card/polymer-ui-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @event polymer-card-swipe-away
*/
-->
<polymer-element name="polymer-ui-card" attributes="swipeable"
<polymer-element name="polymer-ui-card" attributes="swipeable noCurve"
on-trackstart="trackStart" on-track="track" on-trackend="trackEnd" on-flick="flick">
<template>
<link rel="stylesheet" href="polymer-ui-card.css">
Expand Down

0 comments on commit 88b2a01

Please sign in to comment.