This commit is contained in:
theory 2014-09-17 00:16:56 -07:00
parent 60060293be
commit 6418ce4c81
2 changed files with 1 additions and 2 deletions

View File

@ -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');

View File

@ -76,7 +76,6 @@
scope.$data.path(scope.key).set(
scope.data[scope.key] = elem.text()
);
scope.$apply();
});
};
});