Skip to content

Commit

Permalink
fixed http issue over https
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad Joubran committed Aug 7, 2015
1 parent b38a88d commit 5c1c1a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion angular/app/install/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>
<section class="language-markup">
<pre><code class="line-numbers language-* language-bash">composer create-project jadjoubran/laravel5-angular-material-starter --prefer-dist
cd laravel5-angular-material-starter
#fix DataBase credentials in .env
#fix database credentials in .env
npm install -g gulp bower
npm install
bower install
Expand Down
2 changes: 1 addition & 1 deletion angular/app/landing/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

angular.module('app.controllers').controller('LandingCtrl', function( $scope, $mdToast, $mdDialog, $interval ){

$scope.promoImage = 'http://i.imgur.com/ZbLzOPP.jpg';
$scope.promoImage = '//i.imgur.com/ZbLzOPP.jpg';
$scope.icon = 'send';

var icons = [
Expand Down
4 changes: 2 additions & 2 deletions public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/views/app/install/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>
<section class="language-markup">
<pre><code class="line-numbers language-* language-bash">composer create-project jadjoubran/laravel5-angular-material-starter --prefer-dist
cd laravel5-angular-material-starter
#fix DataBase credentials in .env
#fix database credentials in .env
npm install -g gulp bower
npm install
bower install
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Here are the goodies that you'll get:

composer create-project jadjoubran/laravel5-angular-material-starter --prefer-dist
cd laravel5-angular-material-starter
#fix DataBase credentials in .env
#fix database credentials in .env
npm install -g gulp bower
npm install
bower install
Expand All @@ -57,7 +57,6 @@ Open a new issue, I'd love to help.
<a name="planned_features"></a>
## Planned features

- fix issue with http over https
- human readable filter + update documentation
- toast service + update documentation
- dialog service + update documentation
Expand All @@ -81,6 +80,8 @@ Open a new issue, I'd love to help.

### v2.3.0
+ Simplified installation, now using `composer create-project`
+ fix issue with http over https


### v2.2.3
+ now using `artisan serve`
Expand Down

0 comments on commit 5c1c1a1

Please sign in to comment.