I\'ve created this fiddle to show my issue...
http://jsfiddle.net/dQDtw/
I\'m passing a newly created array to a directive, and everything is working out jus
JSON parse doesn't work as effective when the array contains string.
For example:
In the directive you can use scope.$eval to convert what appears in the attribute to an array.
scope.$eval
scope.$eval(attrs.fhServices)