(status)
| 11 | .controller('<%= classedName %>Ctrl', function ($scope, $http) { |
| 12 | |
| 13 | function createUnknownError(status) { |
| 14 | return { |
| 15 | status: status, |
| 16 | statusText: 'Internal Server Error', |
| 17 | description: 'No details available' |
| 18 | }; |
| 19 | } |
| 20 | |
| 21 | $scope.awesomeThings = []; |
| 22 | $scope.loading = true; |