diff --git a/examples/admin/app.js b/examples/admin/app.js index 494c3dd8..30e11a3d 100644 --- a/examples/admin/app.js +++ b/examples/admin/app.js @@ -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'); diff --git a/examples/admin/index.html b/examples/admin/index.html index 1be40e2b..0d84f5b2 100644 --- a/examples/admin/index.html +++ b/examples/admin/index.html @@ -76,7 +76,6 @@ scope.$data.path(scope.key).set( scope.data[scope.key] = elem.text() ); - scope.$apply(); }); }; });