Hello, I have an issue when trying to call a function from a php template file that is being loaded via ng-view. This is only a problem inside the ng-view directive. If I make a function call from the main/shell page then it executes properly but if I make the same call from a template file being loaded with ng-view it does not work.
My best attempt to recreate this is to use jsfiddle and just paste the code in there. The preview will not work. I used the html section as if it was a .php file with some php code at the top. The css page I used as the php class where my function was defined and then the js file to show the basic angular usage.
Please let me know if this is a real issue or a limitation. I would love to get around this issue.
Here is the js fiddle link...
http://jsfiddle.net/figuer25/LjLm4/