Skip to content

Commit

Permalink
fix bower path
Browse files Browse the repository at this point in the history
  • Loading branch information
duanefields committed May 5, 2015
1 parent bc733bc commit 0cc5553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui-stats-chart.html
@@ -1,5 +1,5 @@
<polymer-element name="ui-stats-chart" attributes="data src limit name smooth type cols groupBy width">
<link rel="import" href="../bower_components/google-chart/google-chart.html">
<link rel="import" href="bower_components/google-chart/google-chart.html">

<template>
<link rel="stylesheet" type="text/css" href="./ui-stats-chart.less">
Expand Down
2 changes: 1 addition & 1 deletion ui-stats-number.html
@@ -1,5 +1,5 @@
<polymer-element name="ui-stats-number" attributes="value data name units src property limit function smooth absolute">
<link rel="import" href="../bower_components/google-chart/google-chart.html">
<link rel="import" href="bower_components/google-chart/google-chart.html">

<template>
<link rel="stylesheet" type="text/css" href="./ui-stats-number.less">
Expand Down

0 comments on commit 0cc5553

Please sign in to comment.