(httpConfig)
| 1207 | } |
| 1208 | |
| 1209 | function withHttpConfig(httpConfig) { |
| 1210 | this[config.restangularFields.httpConfig] = httpConfig; |
| 1211 | return this; |
| 1212 | } |
| 1213 | |
| 1214 | function save(params, headers) { |
| 1215 | if (this[config.restangularFields.fromServer]) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…