diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-02 02:59:49 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-02 02:59:49 -0400 |
| commit | e01b2d668de12f86c2a5b1950a63b6a8055e1f90 (patch) | |
| tree | 6c9c8d16cab9f4a2e9443412b53674ca8486c2b1 /alias-angular/app/js/alias.js | |
| parent | 28a5d4fbf8a42649360e9d1e1206c062e0a5ce8d (diff) | |
| download | alias-e01b2d668de12f86c2a5b1950a63b6a8055e1f90.tar.gz | |
more fixes, initialize the connection now
Diffstat (limited to 'alias-angular/app/js/alias.js')
| -rw-r--r-- | alias-angular/app/js/alias.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alias-angular/app/js/alias.js b/alias-angular/app/js/alias.js new file mode 100644 index 0000000..4d91880 --- /dev/null +++ b/alias-angular/app/js/alias.js @@ -0,0 +1,3 @@ +'use strict'; +// Declare app level module which depends on filters, and services +angular.module('Alias', ['Alias.services']);
\ No newline at end of file |
