ng-app.js 200 B

12345678910
  1. /* (function(){
  2. var app = angular.module('interface', []);
  3. app.controller('InterfaceController', function(){
  4. this.score = 0;
  5. this.score = controller.score;
  6. });
  7. }()); */