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

Commit cc47355

Browse files
devversionThomasBurleson
authored andcommitted
fix(card): remove duplicate demo module names.
* The three card demos always used the same, first module. Closes #7693
1 parent ab1a7d2 commit cc47355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/card/demoCardActionButtons/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
angular.module('cardDemo1', ['ngMaterial'])
2+
angular.module('cardDemo2', ['ngMaterial'])
33

44
.controller('AppCtrl', function($scope) {
55
$scope.imagePath = 'img/washedout.png';

src/components/card/demoInCardActions/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
angular.module('cardDemo1', ['ngMaterial'])
2+
angular.module('cardDemo3', ['ngMaterial'])
33

44
.controller('AppCtrl', function($scope) {
55
$scope.imagePath = 'img/washedout.png';

0 commit comments

Comments
 (0)