##// END OF EJS Templates
Added tag v4.4.0 for changeset 8a876f48f5cb
Added tag v4.4.0 for changeset 8a876f48f5cb

File last commit:

r787:048ecbf3 default
r807:a40c622c stable
Show More
rhodecode-app.html
15 lines | 661 B | text/html | HtmlLexer
frontend: introduce rhodecode-app for more complex cross element wiring
r787 <link rel="import" href="../../../../../../bower_components/polymer/polymer.html">
<link rel="import" href="../channelstream-connection/channelstream-connection.html">
<dom-module id="rhodecode-app">
<template>
<rhodecode-toast id="notifications"></rhodecode-toast>
<channelstream-connection
id="channelstream-connection"
on-channelstream-listen-message="receivedMessage"
on-channelstream-connected="handleConnected"
on-channelstream-subscribed="handleSubscribed">
</channelstream-connection>
</template>
<script src="rhodecode-app.js"></script>
</dom-module>