From 6418ce4c8116b644541dd4717573249d580ed9b9 Mon Sep 17 00:00:00 2001 From: theory Date: Wed, 17 Sep 2014 00:16:56 -0700 Subject: [PATCH] no apply --- examples/admin/app.js | 2 +- examples/admin/index.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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(); }); }; });