it('should load facilities in the given state', function() {
        $location.search = function() {
          return {
            state: 'TX'
          };