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

Commit

Permalink
fix(card): remove duplicate demo module names.
Browse files Browse the repository at this point in the history
* The three card demos always used the same, first module.

Closes #7693
  • Loading branch information
devversion authored and ThomasBurleson committed Apr 1, 2016
1 parent ab1a7d2 commit cc47355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/card/demoCardActionButtons/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

angular.module('cardDemo1', ['ngMaterial'])
angular.module('cardDemo2', ['ngMaterial'])

.controller('AppCtrl', function($scope) {
$scope.imagePath = 'img/washedout.png';
Expand Down
2 changes: 1 addition & 1 deletion src/components/card/demoInCardActions/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

angular.module('cardDemo1', ['ngMaterial'])
angular.module('cardDemo3', ['ngMaterial'])

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

0 comments on commit cc47355

Please sign in to comment.