diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-05-02 00:10:31 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-05-02 00:10:31 -0400 |
| commit | 3bb395e8e315b4e61ce5e661f0606bb09d861c08 (patch) | |
| tree | 79b4af93b7c98b3650cf2101850e5e6725a2dcde /alias-angular/app/js/directives.js | |
| parent | 40c7d904c328179782745e8452be2a596d29c521 (diff) | |
| download | alias-3bb395e8e315b4e61ce5e661f0606bb09d861c08.tar.gz | |
style cleanups
Diffstat (limited to 'alias-angular/app/js/directives.js')
| -rw-r--r-- | alias-angular/app/js/directives.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/alias-angular/app/js/directives.js b/alias-angular/app/js/directives.js index cb7e70d..3b9b652 100644 --- a/alias-angular/app/js/directives.js +++ b/alias-angular/app/js/directives.js @@ -28,12 +28,4 @@ angular.module('Alias.directives', []). } }; return directiveDefinition; - }).directive('dropdownToggle', function($log) { - var directiveDefinition = { - restrict: 'A', - link: function(scope, elm, attrs) { - elm.dropdown(); - } - }; - return directiveDefinition; }); |
