This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
in rc6
Parse Error http://code.angularjs.org/1.0.0rc6/angular-1.0.0rc6.js Line 5240
calling $sanitize(string)
where string is as follows:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Error 500: Internal Server Error</title>
<style type="text/css">
html {background-color: #eee; font-family: sans;}
body {background-color: #fff; border: 1px solid #ddd;
padding: 15px; margin: 15px;}
pre {background-color: #eee; border: 1px solid #ddd; padding: 5px;}
</style>
</head>
<body>
<h1>Error 500: Internal Server Error</h1>
<p>Sorry, the requested URL <tt>'http://server3a:8080/data/carrier_account/account/8'</tt>
caused an error:</p>
<pre>Internal Server Error</pre>
<h2>Exception:</h2>
<pre>AttributeError("'carrier_account_manager' object has no attribute 'delete_account'",)</pre>
<h2>Traceback:</h2>
<pre>Traceback (most recent call last):
File "/home/bkc/Python_Environments/sfi_customer_profile/lib/python2.7/site-packages/bottle.py", line 737, in _handle
return route.call(**args)
File "/home/bkc/Python_Environments/sfi_customer_profile/lib/python2.7/site-packages/bottle.py", line 1456, in wrapper
rv = callback(*a, **ka)
File "./carrier_account_server.py", line 138, in delete_account
cam.delete_account(carrier_account=request.json)
AttributeError: 'carrier_account_manager' object has no attribute 'delete_account'
</pre>
</body>
</html>