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

Commit

Permalink
refactor(ngController): remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Mar 22, 2012
1 parent 98e18a6 commit 541bedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/directive/ngController.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
</doc:scenario>
</doc:example>
*/
var ngControllerDirective = ['$controller', '$window', function($controller, $window) {
var ngControllerDirective = [function() {
return {
scope: true,
controller: '@'
}
};
}];

0 comments on commit 541bedd

Please sign in to comment.