Sha256: 3437b7fb0ea07951859b3fec5b13dc73588f549cff41ce613c91a534aa5099fc

Contents?: true

Size: 931 Bytes

Versions: 6

Compression:

Stored size: 931 Bytes

Contents

<!--
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->

<link rel="import" href="../iron-control-state.html">
<link rel="import" href="../iron-button-state.html">

<script>

  Polymer({

    is: 'test-control',

    behaviors: [
      Polymer.IronControlState
    ]

  });

</script>

<script>

  Polymer({

    is: 'test-button',

    behaviors: [
      Polymer.IronControlState,
      Polymer.IronButtonState
    ],

    _buttonStateChanged: function() {

    }

  });

</script>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
polymer-paper-rails-1.0.0.pre.rc.3 app/assets/components/iron-behaviors/test/test-elements.html
polymer-iron-rails-1.0.0.pre.rc.3 app/assets/components/iron-behaviors/test/test-elements.html
polymer-paper-rails-1.0.0.pre.rc.2 app/assets/components/iron-behaviors/test/test-elements.html
polymer-iron-rails-1.0.0.pre.rc.2 app/assets/components/iron-behaviors/test/test-elements.html
polymer-paper-rails-1.0.0.pre.rc.1 app/assets/components/iron-behaviors/test/test-elements.html
polymer-iron-rails-1.0.0.pre.rc.1 app/assets/components/iron-behaviors/test/test-elements.html