Skip to content

Commit 5b01ce2

Browse files
committed
fixed #130
1 parent 7ac5dff commit 5b01ce2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

angular/app/landing/landing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<div class="Page-Container Landing" ng-controller="LandingController as vm">
1+
<div class="Page-Container Landing" ng-controller="LandingController as vm" ng-class="{'iOS-hack': vm.iOS}">
22
<div layout="column" class="Landing-cover" layout-align="center center">
33
<div class="md-headline Landing-subtitle">Build your next powerful web app</div>
44
<h1 class="md-display-3 Landing-heading"><strong>laravel angular</strong> <span class="Landing-headingLight">material starter</span></h1>
55
<md-button class="md-raised md-large Landing-getStarted" href="https://laravel-angular.readme.io/docs/install" target="_blank">Get Started</md-button>
66
</div>
77

8-
<div class="Landing-laravelAngular" ng-class="{'iOS-hack': vm.iOS}">
8+
<div class="Landing-laravelAngular">
99
<div class="Landing-ampersand" hide show-gt-sm>&amp;</div>
1010
<div layout="column" layout-gt-sm="row">
1111
<div flex="50" class="Landing-laravel" layout-align="center center">

public/js/partials.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)