(function() { var jmId_0;jmId_0 = angular.module("clckwrksApp", ["happstackAuthentication", "usernamePassword", "openId", "ngRoute"]);jmId_0.config(["$routeProvider", (function(jmId_1) { jmId_1.when("\/resetPassword", { 'controller': "UsernamePasswordCtrl", 'templateUrl': "\/authenticate\/authentication-methods\/password\/partial\/reset-password-form" }); })]);jmId_0.controller("ClckwrksCtrl", ["$scope", "$http", (function(jmId_2, jmId_3) { return undefined; })]); })();