diff options
Diffstat (limited to 'alias-angular/app/index.html')
| -rw-r--r-- | alias-angular/app/index.html | 2 |
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> |
