From 3bd4abba6bb4c1f8312e25a3d87fbfefcd218e0d Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Thu, 7 Oct 2010 21:49:43 +0100 Subject: Fixed calculator examples * Fixed wrong reference to jquery library, and old method names (scope.$set, scope.$eval), added scope.$init() call... * Changed to use angular-debug.js * use simple assignments --- example/calculator-bootstrap.html | 10 +++++----- example/calculator-minified_init.html | 8 ++++---- example/calculator.html | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'example') diff --git a/example/calculator-bootstrap.html b/example/calculator-bootstrap.html index c72837dc..a59dcf04 100644 --- a/example/calculator-bootstrap.html +++ b/example/calculator-bootstrap.html @@ -1,14 +1,14 @@
- - + diff --git a/example/calculator-minified_init.html b/example/calculator-minified_init.html index 4f113f87..84afa460 100644 --- a/example/calculator-minified_init.html +++ b/example/calculator-minified_init.html @@ -1,14 +1,14 @@ - - + diff --git a/example/calculator.html b/example/calculator.html index 43d013fc..23332fa9 100644 --- a/example/calculator.html +++ b/example/calculator.html @@ -1,14 +1,14 @@ - - - + + -- cgit v1.2.3