From 7a4b48020688060debe9cb0f9c17615d7585cbe7 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 5 Apr 2010 11:46:53 -0700 Subject: added ng:switch widget --- src/~AngularPublic.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/~AngularPublic.js (limited to 'src/~AngularPublic.js') diff --git a/src/~AngularPublic.js b/src/~AngularPublic.js deleted file mode 100644 index b9d0f9d7..00000000 --- a/src/~AngularPublic.js +++ /dev/null @@ -1,17 +0,0 @@ -extend(angular, { - 'element': jqLite, - 'compile': compile, - 'scope': createScope, - 'copy': copy, - 'extend': extend, - 'foreach': foreach, - 'noop':noop, - 'identity':identity, - 'isUndefined': isUndefined, - 'isDefined': isDefined, - 'isString': isString, - 'isFunction': isFunction, - 'isNumber': isNumber, - 'isArray': isArray -}); - -- cgit v1.2.3