From b402e2a74c1f0c14d1eb5b6d29ed1fa12dc402d3 Mon Sep 17 00:00:00 2001 From: SirPython Date: Sun, 16 Aug 2015 22:13:06 -0400 Subject: [PATCH 01/29] servers are stored in an object Before, all the available servers were hardcoded into the select in the login form of the login page. This made adding new servers a bit more difficult, because an entire new element would have to be added each time, which only leads to copy paste coding. Now, all the servers are stored in $scope.servers, which is an object that is mapped [server name: server address]. Then, through use of ng-repeat, a new