angular.js/docs
Chirayu Krishnappa 9577702e8d fix($resource): don't use $parse for @dotted.member
params and paramDefaults support looking up the parameter value from the
data object.  The syntax for that is `@nested.property.name`.
Currently, $resource uses $parse to do this.  This is too liberal
(you can use values like `@a=b` or `@a | filter` and have it work -
which doesn't really make sense).  It also puts up a dependency on
$parse which is has restrictions to secure expressions used in
templates.  The value here, though a string, is specified in Javascript
code and shouldn't have those restrictions.
2013-11-11 16:17:34 -08:00
..
component-spec chore(docs): fix broken IE8 test due to sanitization bug 2013-10-04 13:43:11 -04:00
components fix(angular-bootstrap): make IE8 happy 2013-11-11 00:09:15 +00:00
content fix($resource): don't use $parse for @dotted.member 2013-11-11 16:17:34 -08:00
img docs(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
spec fix(ngdocs): create mock Doc objects correctly 2013-11-05 21:20:46 +00:00
src chore(docs): allow periods in doc shortNames 2013-11-08 12:22:21 -08:00