How to call surface controller from angularjs controller ?
Hi every body
i am trying to call a surface controller in an angularjs file
usually i have to typed /umbraco/surface/controllerName/methodName
but in angular js controller the html page isn't in the views folder
so i think that i have to add some thing in path url wha should i add ?
my anglularjs controller and html page path is
How to call surface controller from angularjs controller ?
Hi every body
i am trying to call a surface controller in an angularjs file usually i have to typed /umbraco/surface/controllerName/methodName but in angular js controller the html page isn't in the views folder so i think that i have to add some thing in path url wha should i add ? my anglularjs controller and html page path is
~/App_Plugins/favouriteThings/backoffice/favouriteThingsAlias/edit.controller.js
For a app_plugin you can use a API controller
so i just have to inherit from API controller instead if surface ?
is working on a reply...