EVOLUTION-MANAGER
Edit File: index.html
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example14</title> <script src="../../../angular.min.js"></script> <script src="script.js"></script> </head> <body ng-app="docsScopeProblemExample"> <div ng-controller="NaomiController"> <my-customer></my-customer> </div> <hr> <div ng-controller="IgorController"> <my-customer></my-customer> </div> </body> </html>