次のコードは機能していますが、このファイルの外、*。js、.htmlファイルのどこにもauthDemoApplicationが見つかりませんでした。
angular.module('angular-auth-demo', ['http-auth-interceptor','content-mocks'])
.directive('authDemoApplication', function() {
});
では、このディレクティブはどのように機能し、この呼び出し方法についてどこで読むのでしょうか。