Hello, I want to consume the autogenerated dynamic proxy but when the script gets loaded says:
Uncaught ReferenceError: abp is not defined
abp.ng.js, Line: 86, Column: 0
Of course already added the following
< script src="http://localhost:6234/Abp/Framework/scripts/libs/angularjs/abp.ng.js">
< script src="http://localhost:6234/api/AbpServiceProxies/GetAll?type=angular">
Thanks for all the hard work.
William Obando :+1:
Please check sample project or create a startup template. Probably you missed abp.js
Added
< script src="/Abp/Framework/scripts/abp.js" />
Would be helpful if we could document that here:
http://aspnetboilerplate.com/Pages/Documents/Dynamic-Web-API
Once again, Good job and thanks!
Since template and sample projects contain these script includes, I did not add it to the document. But I'll add it. Thanks.
Most helpful comment
Added
< script src="/Abp/Framework/scripts/abp.js" />
Would be helpful if we could document that here:
http://aspnetboilerplate.com/Pages/Documents/Dynamic-Web-API
Once again, Good job and thanks!