Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions content/docs/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,6 @@ <h3 ng-click="hash = 'books'">Books</h3>
target="_blank">Mastering Ionic 2</a>
<p>by James Griffiths</p>
</li>
<li>
<a href="https://www.packtpub.com/application-development/getting-started-ionic"
target="_blank">Getting Started with Ionic</a>
<p>by Rahat Khanna</p>
</li>
<li>
<a href="https://www.packtpub.com/web-development/learning-ionic-2-second-edition"
target="_blank">Learning Ionic 2 Second Edition</a>
Expand All @@ -188,13 +183,23 @@ <h3 ng-click="hash = 'books'">Books</h3>
target="_blank">Ionic Framework By Example</a>
<p>by Sani Yusuf</p>
</li>
<li>
<a href="https://www.packtpub.com/application-development/hybrid-mobile-development-ionic"
target="_blank">Hybrid Mobile Development with Ionic</a>
<p>by Gaurav Saini</p>
</li>
<li ng-show="hash != 'books'">
<a href="#books" ng-click="hash = 'books'">More Books...</a>
<li ng-show="hash == 'books'">
<a href="https://www.amazon.com/Ionic-Cookbook-Second-Hoc-Phan-ebook/dp/B01C4D9VWS?ie=UTF8&keywords=ionic%202&qid=1464183332&ref_=sr_1_3&sr=8-3"
target="_blank">Ionic 2 Cookbook - Second Edition</a>
<p>by Hoc Phan </p>
</li>
<li ng-show="hash == 'books'">
<a href="https://www.packtpub.com/application-development/getting-started-ionic"
target="_blank">Getting Started with Ionic</a>
<p>by Rahat Khanna</p>
</li>
<li ng-show="hash == 'books'">
<a href="https://javebratt.com/ionic-firebase-book/"
target="_blank">Building Firebase Powered Ionic Apps</a>
Expand All @@ -205,11 +210,6 @@ <h3 ng-click="hash = 'books'">Books</h3>
target="_blank">Ionic 2 Blueprints</a>
<p>by Indermohan Singh</p>
</li>
<li ng-show="hash == 'books'">
<a href="https://www.packtpub.com/web-development/ionic-2-blueprint://www.packtpub.com/application-development/hybrid-mobile-development-ionic"
target="_blank">Hybrid Mobile Development with Ionic</a>
<p>by Gaurav Saini</p>
</li>
</ul>
</section>

Expand Down