mirror of
https://github.com/amark/gun.git
synced 2025-10-13 16:49:26 +00:00
no apply
This commit is contained in:
parent
60060293be
commit
6418ce4c81
@ -1,4 +1,4 @@
|
||||
console.log("If modules not found, run `npm install` in example/admin folder!");
|
||||
console.log("If modules not found, run `npm install` in example/admin folder!"); // git subtree push -P examples/admin heroku master
|
||||
var port = process.env.OPENSHIFT_NODEJS_PORT || process.env.VCAP_APP_PORT || process.env.PORT || 8888;
|
||||
var express = require('express');
|
||||
var bodyParser = require('body-parser');
|
||||
|
@ -76,7 +76,6 @@
|
||||
scope.$data.path(scope.key).set(
|
||||
scope.data[scope.key] = elem.text()
|
||||
);
|
||||
scope.$apply();
|
||||
});
|
||||
};
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user