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