(function() {
if (typeof angular !== "undefined" && angular !== null) {
window.App = angular.module('ganryuApp', ['ngResource', 'ngRoute', 'ngAnimate']);
App.run(['$rootScope', function($rootScope){
$rootScope.dir = BlogInfo.url;
$rootScope.site = BlogInfo.site;
$rootScope.api = AppAPI.url;
}]);
}
}).call(this);