Created
October 3, 2017 11:35
-
-
Save david-martin/5885f7097705708147e9483137b4a490 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/ui/public/views/mobileapp.html b/ui/public/views/mobileapp.html | |
index 63bb2dc..e847686 100644 | |
--- a/ui/public/views/mobileapp.html | |
+++ b/ui/public/views/mobileapp.html | |
@@ -21,7 +21,7 @@ | |
<div class="row"> | |
<div class="col-md-12"> | |
<uib-tabset active=activeTab> | |
- <uib-tab index=0 active="selectedTab.sdk" ng-if="app"> | |
+ <uib-tab index=0 active="selectedTab.sdk"> | |
<uib-tab-heading>SDK</uib-tab-heading> | |
<h3>Core SDK Setup</h3> | |
<p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment