diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-22 22:48:30 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-22 22:48:30 -0400 |
| commit | 58bd41bf1d15e9a8d70c9c9d88ccb39b81fdf8cb (patch) | |
| tree | 5173c26597c6dc0d9e9efa0ebf98cbfa2c929c9f /alias-angular/app/js/alias.js | |
| parent | a7459f66525f4b1016146824506b016b718def1b (diff) | |
| download | alias-58bd41bf1d15e9a8d70c9c9d88ccb39b81fdf8cb.tar.gz | |
New version of the tabs using a directive
Diffstat (limited to 'alias-angular/app/js/alias.js')
| -rw-r--r-- | alias-angular/app/js/alias.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alias-angular/app/js/alias.js b/alias-angular/app/js/alias.js index b127223..01424cc 100644 --- a/alias-angular/app/js/alias.js +++ b/alias-angular/app/js/alias.js @@ -1,3 +1,3 @@ 'use strict'; // Declare app level module which depends on filters, and services -angular.module('Alias', ['Alias.services','Alias.filters']);
\ No newline at end of file +angular.module('Alias', ['Alias.services', 'Alias.filters', 'Alias.directives']);
\ No newline at end of file |
