Closed vogloblinsky closed 9 years ago
First your declare your module without ,[] angular.module("static-include", [])
Secondly, it will be better to name your directive staticInclude, so instead of ng-include, people can just replace ng by static.
Regards
Fixed thanks!
First your declare your module without ,[] angular.module("static-include", [])
Secondly, it will be better to name your directive staticInclude, so instead of ng-include, people can just replace ng by static.
Regards