I\'m getting an intermittent exception saying that asp.net mvc can’t find the action method. Here’s the exception:
A public action method \'Fill\' cou
For anyone having this problem with angularjs, MVC and {{imagepath}} type inserts in image src attributes, eg:
"A public action method '{{imagepath}}previous.png' was not found on controller"
The solution is to use ng-src instead of src.
Hope this helps someone :)