diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-02 02:37:41 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-02 02:37:41 -0400 |
| commit | 28a5d4fbf8a42649360e9d1e1206c062e0a5ce8d (patch) | |
| tree | 0c0842aab6ca8259f14fc9b760eb742098fa1aaa /app/index.html | |
| parent | 0a74881345b16b39487493364bb0c24f8cc47967 (diff) | |
| download | alias-28a5d4fbf8a42649360e9d1e1206c062e0a5ce8d.tar.gz | |
regorg files
Diffstat (limited to 'app/index.html')
| -rw-r--r-- | app/index.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app/index.html b/app/index.html deleted file mode 100644 index 54f77b9..0000000 --- a/app/index.html +++ /dev/null @@ -1,22 +0,0 @@ -<!doctype html> -<html ng-app="Alias"> -<head> - <meta charset="utf-8"> - <title>Alias</title> - <link rel="stylesheet" href="css/app.css"/> -</head> -<body> - <div ng-controller="RosterCtl"> - <ul> - <li ng-repeat="contact in roster">{{contact}}</li> - </ul> - </div> - <script src="lib/angular/angular.js"></script> - <script src="js/alias.js"></script> - <script src="lib/strophe/strophe.js"></script> - <script src="js/services.js"></script> - <script src="js/controllers.js"></script> - <script src="js/filters.js"></script> - <script src="js/directives.js"></script> -</body> -</html> |
