Aspnetboilerplate: Update document: dynamic proxies

Created on 2 Apr 2015  ·  3Comments  ·  Source: aspnetboilerplate/aspnetboilerplate

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:

question

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!

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Klainer picture Klainer  ·  3Comments

apchenjun picture apchenjun  ·  3Comments

iyhammad picture iyhammad  ·  3Comments

hikalkan picture hikalkan  ·  3Comments

edgars-pivovarenoks picture edgars-pivovarenoks  ·  3Comments