Add webpack JSHint loader.

This commit is contained in:
Gunther Brunner
2014-09-02 16:27:36 +09:00
parent 404e947f44
commit 7b77412edd
7 changed files with 32 additions and 21 deletions

View File

@@ -24,6 +24,7 @@ module.exports = function SettingsServiceFactory(
}
function applyDelta(delta) {
// TODO: This causes chaos
$rootScope.safeApply(function() {
_.merge(settings, delta, function(a, b) {
// New Arrays overwrite old Arrays