Skip to content

Commit

Permalink
Merge pull request #50 from achernev/master
Browse files Browse the repository at this point in the history
Initialise the controllers module correctly
  • Loading branch information
YousefED committed Aug 17, 2015
2 parents 3cd5fd7 + cd86ac9 commit d584bf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/controllers/controllers.ts
@@ -1 +1,3 @@
angular.module('elasticui.controllers', []).controller(elasticui.controllers)
module elasticui.controllers {
export var controllers: ng.IModule = angular.module('elasticui.controllers', []);
}

0 comments on commit d584bf8

Please sign in to comment.