Missing semicolumn!!

This commit is contained in:
Ibrahim Hadeed 2016-06-09 21:20:55 -04:00
parent 0d624c4cb6
commit b49efd89a7

View File

@ -21,7 +21,7 @@ export function initAngular1(plugins) {
}
funcs['name'] = name;
return funcs;
}])
}]);
})(serviceName, cls, name);
}
}