Telegram Web, preconfigured for usage in I2P.
http://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
752 B
29 lines
752 B
11 years ago
|
<div class="error_modal_wrap" my-modal-position>
|
||
|
|
||
|
<a class="modal-close-button" ng-click="$close()"><i></i></a>
|
||
|
|
||
|
<div class="modal-body">
|
||
|
|
||
|
<h4 class="modal_simple_header">
|
||
|
Telegram Web was updated
|
||
|
</h4>
|
||
|
|
||
|
<div ng-repeat="versionChanges in changelog">
|
||
|
<h4 ng-bind="versionChanges.title"></h4>
|
||
|
<ul ng-repeat="feature in versionChanges.changes">
|
||
|
<li ng-bind="feature" ng-if="feature.length"></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="modal-footer">
|
||
|
<div>
|
||
|
<div class="pull-left">
|
||
|
New version is <span class="changelog_new_version" ng-bind="version"></span>.
|
||
|
</div>
|
||
|
<button type="button" class="btn btn-primary" ng-click="$dismiss()">Done</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|