Here is my AngularJs directive. Its\' expected to show the div in the template but it shown nothing while the code is run.
Here is the html
Angular normalizes directives names - using camelCase in the directive and dash seperated (usually) since html isn't case sensitive, in the template.
so where you need to call the directive namedsuperMan with:
superMan
Here is a working Demo