Skip to content

Commit 6243ef2

Browse files
committed
Merge pull request #936 from ThibaudD/Thib-Fix_malarkey
Fix malarkey.directive.ts change private to public
2 parents 480ee4a + 8132cf7 commit 6243ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/src/app/components/malarkey/_malarkey.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class MalarkeyController {
5757
public contributors: any[];
5858

5959

60-
constructor(private $log: angular.ILogService, private githubContributor: GithubContributor, private malarkey: any) {
60+
constructor(private $log: angular.ILogService, private githubContributor: GithubContributor, public malarkey: any) {
6161
this.contributors = [];
6262

6363
this.activate();

0 commit comments

Comments
 (0)