var app=angular.module('myApp', []);
app.factory('$exceptionHandler', function () {
return function (exception, cause) {
alert(exception.message);
};
var app=angular.module('myApp', []);
app.factory('$exceptionHandler', function () {
return function (exception, cause) {
alert(exception.message);
};