I've run into a missing feature and implemented it :)
Documentation states to use ng-include="'path'", but fails with a syntax error. I've corrected this behavior and added variable resolution if single quotes are missing.
Thanks for making this type of template, I can't stand to look at jade... With this I can reuse same htlm for generating page in the backend and in the editor in the frontend!
I've run into a missing feature and implemented it :)
Documentation states to use ng-include="'path'", but fails with a syntax error. I've corrected this behavior and added variable resolution if single quotes are missing.
Now below will work correctly:
Thanks for making this type of template, I can't stand to look at jade... With this I can reuse same htlm for generating page in the backend and in the editor in the frontend!