0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ionic tuetotialに HTMLのすべてのコードが入っている。 どう抜けばいいかわからない。

Posted at

scriptタブを抜いた状態で、新しいHTMLファイルを作成し、保存する。
※templatesフォルダに保存すること

<script id="templates/facts2.html" type="text/ng-template">
  <ion-view view-title="Also Factual">
    <ion-content class="padding">
      <p>101 Dalmatians, Peter Pa</p>
   </ion-content>
  </ion-view>
</script>

↓これだけ貼ればOK
<ion-view view-title="Also Factual"> <ion-content class="padding"> <p>101 Dalmatians, Peter Pa</p> </ion-content> </ion-view>

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?