aboutsummaryrefslogtreecommitdiffstats
path: root/test/ScopeSpec.js
diff options
context:
space:
mode:
authorMisko Hevery2010-04-02 11:49:48 -0700
committerMisko Hevery2010-04-02 11:49:48 -0700
commit35ca4fcb9c49e505e28669e951e01ddedb01d7db (patch)
treee993e6fa5cb5ee24f8bb729d922425844c799e3a /test/ScopeSpec.js
parent5bd23fde7ab94646190d18d2891532feafad6e2e (diff)
downloadangular.js-35ca4fcb9c49e505e28669e951e01ddedb01d7db.tar.bz2
radio now works with repeaters
Diffstat (limited to 'test/ScopeSpec.js')
0 files changed, 0 insertions, 0 deletions
/span>'$log', '$sniffer']}); extend(angular, { // disabled for now until we agree on public name //'annotate': annotate, 'compile': compile, 'scope': createScope, 'copy': copy, 'extend': extend, 'equals': equals, 'forEach': forEach, 'injector': createInjector, 'noop':noop, 'bind':bind, 'toJson': toJson, 'fromJson': fromJson, 'identity':identity, 'isUndefined': isUndefined, 'isDefined': isDefined, 'isString': isString, 'isFunction': isFunction, 'isObject': isObject, 'isNumber': isNumber, 'isArray': isArray, 'version': version, 'isDate': isDate, 'lowercase': lowercase, 'uppercase': uppercase }); //try to bind to jquery now so that one can write angular.element().read() //but we will rebind on bootstrap again. bindJQuery();