HTML5 Notification support on chrome
This commit is contained in:
parent
19573dc327
commit
2dc5513592
5 changed files with 408 additions and 1 deletions
|
|
@ -111,6 +111,8 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div notifications="middle right"></div>
|
||||
|
||||
<div id="main" class="row" ng-class="{'main-home': !$root.wallet}">
|
||||
<div class="large-12 columns" ng-view></div>
|
||||
</div>
|
||||
|
|
@ -680,6 +682,7 @@ on supported browsers please check <a href="http://www.webrtc.org/">http://www.w
|
|||
<script src="js/services/walletFactory.js"></script>
|
||||
<script src="js/services/controllerUtils.js"></script>
|
||||
<script src="js/services/passphrase.js"></script>
|
||||
<script src="js/services/notifications.js"></script>
|
||||
|
||||
<script src="js/controllers/header.js"></script>
|
||||
<script src="js/controllers/footer.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue