EVOLUTION-MANAGER
Edit File: script.js
(function(angular) { 'use strict'; angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) { $scope.a = 1; $scope.b = 2; }); })(window.angular);