Skip to content

Commit

Permalink
Fix scope issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldinoor committed May 26, 2016
1 parent c290945 commit d7965bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ module LanguageModule {
bindToController: true,
controllerAs: 'ctrl',
controller: LanguageSelecterController,
scope: [],
compile: function (element: ng.IAugmentedJQuery, attr: ng.IAttributes, transclude: ng.ITranscludeFunction) {
var preferredLanguages: string[] = [];
var includeLanguages: string[] = [];
Expand Down
1 change: 1 addition & 0 deletions js/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ module LanguageModule {
bindToController: true,
controllerAs: 'ctrl',
controller: LanguageSelecterController,
scope: [],
compile: function (element: ng.IAugmentedJQuery, attr: ng.IAttributes, transclude: ng.ITranscludeFunction) {
var preferredLanguages: string[] = [];
var includeLanguages: string[] = [];
Expand Down

0 comments on commit d7965bf

Please sign in to comment.