aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorMisko Hevery2010-04-12 16:24:28 -0700
committerMisko Hevery2010-04-12 16:24:28 -0700
commit713307b6505a56ca7b5423b36e297070d756ff15 (patch)
tree9c229723ee42350e85fa376911e5f3501e6e3762 /src/Angular.js
parent841640e540b5e054a97e650bdd7b560680e94840 (diff)
downloadangular.js-713307b6505a56ca7b5423b36e297070d756ff15.tar.bz2
added ng-eval-order attribute
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Angular.js b/src/Angular.js
index d60e1b85..88aab8e7 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -9,6 +9,7 @@ var consoleNode,
PRIORITY_FIRST = -99999,
PRIORITY_WATCH = -1000,
PRIORITY_LAST = 99999,
+ PRIORITY = {'FIRST': PRIORITY_FIRST, 'LAST': PRIORITY_LAST, 'WATCH':PRIORITY_WATCH},
NOOP = 'noop',
NG_EXCEPTION = 'ng-exception',
NG_VALIDATION_ERROR = 'ng-validation-error',