| Age | Commit message (Collapse) | Author |
|
|
|
this got accidentally messed up during the forms refactoring and mass renaming
|
|
|
|
it uses extra resources, so it won't work on fiddle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There can be url /api which does not end with / and we want to rewrite this url as well...
|
|
|
|
|
|
Add parameter to our browserTriger function to allow specifying which keys are pressed.
Note, this does not work on IE<9 !
|
|
|
|
it's not useful any more and it only makes the docs look ugly
|
|
|
|
The linked scope should be $digest-ed but only if a $digest isn't
already running on it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only $exceptionHandler gets notified now.
|
|
|
|
|
|
- refactored .scope() to use .inheritedData() instead.
- .bind('$destroy', callback) will call when the DOM element is removed
|
|
|
|
Because only controllers don't have currying, we can infer its arguments, all other APIs needing currying, automatic inference complicates the matters unecessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #580
|
|
Closes #433
|
|
|
|
|
|
`angular.Array.limitTo`'s result should not exceed original input array size
Closes #571
|
|
is no longer auto-published on the root scope, so we need to publish
it via a controller
|
|
|
|
this fix is needed for Firefox or other browsers that strictly follow
dom/css spec which states that element.style should make properties
available in camelCased form.
Closes #569
|