Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
docs: remove old images (#11799)
Browse files Browse the repository at this point in the history
remove separate `img/list/` dir
move 60.jpeg up to `img/` dir
most of these old images became unused when the testimonials tab demo
 was removed in PR #289
  • Loading branch information
Splaktar authored and jelbourn committed Sep 23, 2019
1 parent 20c4d3f commit 595fefe
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 4 deletions.
Binary file modified docs/app/img/100-0.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed docs/app/img/bg9.jpg
Binary file not shown.
Binary file removed docs/app/img/bgWhitePaper.jpg
Binary file not shown.
Binary file removed docs/app/img/docArrow.png
Binary file not shown.
Binary file removed docs/app/img/testimonials/logo-bradgreen@2x.fw.png
Binary file not shown.
Binary file removed docs/app/img/testimonials/logo-bradgreen@2x.png
Binary file not shown.
Binary file removed docs/app/img/testimonials/logo-maxlynch@2x.fw.png
Binary file not shown.
Binary file removed docs/app/img/testimonials/logo-maxlynch@2x.png
Binary file not shown.
Binary file removed docs/app/img/testimonials/logo-thomasburleson@2x.png
Binary file not shown.
Binary file removed docs/app/img/testimonials/quote.png
Binary file not shown.
Binary file removed docs/app/img/testimonials/testimonial-hampton@2x.png
Binary file not shown.
Binary file removed docs/app/img/testimonials/testimonial-holly@2x.png
Binary file not shown.
Binary file removed docs/app/img/testimonials/testimonial-james@2x.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/divider/demoBasicUsage/script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
angular.module('dividerDemo1', ['ngMaterial'])
.controller('AppCtrl', function($scope) {
var imagePath = 'img/list/60.jpeg';
var imagePath = 'img/60.jpeg';
$scope.messages = [{
face : imagePath,
what: 'Brunch this weekend?',
Expand Down
2 changes: 1 addition & 1 deletion src/components/list/demoBasicUsage/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ angular.module('listDemo1', ['ngMaterial'])
.iconSet('communication', 'img/icons/sets/communication-icons.svg', 24);
})
.controller('AppCtrl', function($scope) {
var imagePath = 'img/list/60.jpeg';
var imagePath = 'img/60.jpeg';

$scope.phones = [
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/subheader/demoBasicUsage/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ angular.module('subheaderBasicDemo', ['ngMaterial'])
.primaryPalette('purple');
})
.controller('SubheaderAppCtrl', function($scope) {
var imagePath = 'img/list/60.jpeg';
var imagePath = 'img/60.jpeg';
$scope.messages = [
{
face : imagePath,
Expand Down
2 changes: 1 addition & 1 deletion src/components/toolbar/demoScrollShrink/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ angular.module('toolbarDemo2', ['ngMaterial'])
$scope.title = 'My App Title';
})
.controller('AppCtrl', function($scope) {
var imagePath = 'img/list/60.jpeg';
var imagePath = 'img/60.jpeg';

$scope.todos = [];
for (var i = 0; i < 15; i++) {
Expand Down

0 comments on commit 595fefe

Please sign in to comment.