(function() { 'use strict'; var app = angular.module('app', ['ngRoute']); app.controller('PacksCtrl', ['$scope', '$http', function($scope, $http) { }]); app.controller('LicensesListCtrl', ['$scope', '$http', function($scope, $http) { }]); app.controller('LicenseCtrl', ['$scope', '$http', function($scope, $http) { }]); })();