(function () {
'use strict';
angular.module('app').controller('DetailsCtrl', Ctrl);
function Ctrl() {
}
})();