aboutsummaryrefslogtreecommitdiffstats
path: root/alias-angular/app/index.html
diff options
context:
space:
mode:
authorZaran <zaran.krleza@gmail.com>2012-04-06 21:53:52 -0400
committerZaran <zaran.krleza@gmail.com>2012-04-06 21:53:52 -0400
commit8a83f72870bd4a291fdcf78d5ac17727b0a7618b (patch)
treeeafed45b4ed45f38fa307658ec19a8f33fb96e72 /alias-angular/app/index.html
parent05f8a92e9f90f58a637501b38de7b4c8b6b60619 (diff)
downloadalias-8a83f72870bd4a291fdcf78d5ac17727b0a7618b.tar.gz
Basic style for the roster.
Remove JavascriptMVC code in the angular branch
Diffstat (limited to 'alias-angular/app/index.html')
-rw-r--r--alias-angular/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias-angular/app/index.html b/alias-angular/app/index.html
index 709f59f..528c754 100644
--- a/alias-angular/app/index.html
+++ b/alias-angular/app/index.html
@@ -12,7 +12,7 @@
<input type="submit" value="Login" ng-disabled="!username"/>
</form>
- <div ng-controller="RosterCtl">
+ <div id="roster" ng-controller="RosterCtl">
<ul>
<li ng-repeat="contact in contacts">{{contact}}</li>
</ul>