diff options
| author | Misko Hevery | 2010-02-09 13:13:18 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-02-09 13:13:18 -0800 |
| commit | 799d72931a5a01de74bba69d8a6638cd57cec315 (patch) | |
| tree | a8913e7a7322644c482ebff7471afa9d2e4f921d /test | |
| parent | 9d566a0cd0225685efb192c195280b6857628d32 (diff) | |
| download | angular.js-799d72931a5a01de74bba69d8a6638cd57cec315.tar.bz2 | |
added onUpdateView listener for config
Diffstat (limited to 'test')
| -rw-r--r-- | test/AngularTest.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/AngularTest.js b/test/AngularTest.js index a9146adf..8db723e5 100644 --- a/test/AngularTest.js +++ b/test/AngularTest.js @@ -1,6 +1,5 @@ AngularTest = TestCase('AngularTest'); - UrlWatcherTest = TestCase('UrlWatcherTest'); UrlWatcherTest.prototype.testUrlWatcher = function () { @@ -42,4 +41,4 @@ FunctionTest = TestCase("FunctionTest"); FunctionTest.prototype.testEscapeHtml = function () { assertEquals("<div>&amp;</div>", escapeHtml('<div>&</div>')); -};
\ No newline at end of file +}; |
