RegistrationController.js 116 B

1234567
  1. (function () {
  2. 'use strict';
  3. app.controller('RegistrationController', ['$scope', function ($scope) {
  4. }]);
  5. })();