Update Meteor to 1.2
This requires local copies of packages that are broken or not Polymer 0.5 Closes #15
This commit is contained in:
7
rpg-docs/packages/polymer-1.12.3/lib/at_error.html
vendored
Normal file
7
rpg-docs/packages/polymer-1.12.3/lib/at_error.html
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<template name="atError">
|
||||
<div class="at-error" horizontal center-justified layout>
|
||||
{{#each error}}
|
||||
<p>{{errorText}}</p>
|
||||
{{/each}}
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user