mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 02:36:36 +00:00
fix links
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
/* global angular */
|
/* global angular */
|
||||||
angular.module('codexen')
|
angular.module('codexen')
|
||||||
.controller('AgreementModalController', function ($modalInstance) {
|
.controller('AgreementModalController', function ($modalInstance, Modal) {
|
||||||
var vm = this
|
var vm = this
|
||||||
|
|
||||||
vm.isAgreement = true
|
vm.isAgreement = true
|
||||||
|
|
||||||
|
vm.showPP = Modal.showPP
|
||||||
|
|
||||||
vm.submit = function () {
|
vm.submit = function () {
|
||||||
$modalInstance.close()
|
$modalInstance.close()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
/* global angular */
|
/* global angular */
|
||||||
angular.module('codexen')
|
angular.module('codexen')
|
||||||
.controller('PPModalController', function ($modalInstance) {
|
.controller('PPModalController', function ($modalInstance, Modal) {
|
||||||
var vm = this
|
var vm = this
|
||||||
|
|
||||||
vm.isAgreement = false
|
vm.isAgreement = false
|
||||||
|
|
||||||
|
vm.showPP = Modal.showPP
|
||||||
|
|
||||||
vm.cancel = function () {
|
vm.cancel = function () {
|
||||||
$modalInstance.dismiss('cancel')
|
$modalInstance.dismiss('cancel')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>社名:MAISIN&CO.株式会社</li>
|
<li>社名:MAISIN&CO.株式会社</li>
|
||||||
<li>Eメールアドレス:<a href="mailto:info@maisin.co">info@maisin.co</a></li>
|
<li>Eメールアドレス:info@maisin.co</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -248,7 +248,7 @@
|
|||||||
|
|
||||||
<h3><a id="user-content-第16条個人情報の保護" class="anchor" href="#第16条個人情報の保護" aria-hidden="true"><span class="octicon octicon-link"></span></a>第16条(個人情報の保護)</h3>
|
<h3><a id="user-content-第16条個人情報の保護" class="anchor" href="#第16条個人情報の保護" aria-hidden="true"><span class="octicon octicon-link"></span></a>第16条(個人情報の保護)</h3>
|
||||||
|
|
||||||
<p> 当社は、プライバシー・ポリシー(リンク)に従って、ユーザーの個人情報を適切に取り扱います。</p>
|
<p> 当社は、<a href ng-click="vm.showPP()">プライバシー・ポリシー(リンク)</a>に従って、ユーザーの個人情報を適切に取り扱います。</p>
|
||||||
|
|
||||||
<p>以上</p>
|
<p>以上</p>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div class="home-state">
|
<div class="home-state">
|
||||||
<h1 class="jumbotron">Codexen App <small>v0.1.1</small></h1>
|
<h1 class="jumbotron">Codexen App <small>v0.1.2</small></h1>
|
||||||
|
|
||||||
<h2>About CodeXen</h2>
|
<h2>About CodeXen</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user