score:2

Accepted answer

.directive('angularArc', function() ...

You need to follow the naming convention: camelCase becomes camel-case

See "Matching Directives"


Related Query

More Query from same tag