angular.js/docs/content
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
..
api docs(guide/filter): Refactor filter guide docs 2013-11-07 14:14:57 -08:00
cookbook docs(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
error fix($resource): don't use $parse for @dotted.member 2013-11-11 16:17:34 -08:00
guide docs(guide/migration): fix internal link 2013-11-10 00:09:25 +00:00
misc docs(guide/contribute): remove redundancy and link to CONTRIBUTING.md 2013-11-04 10:35:21 -08:00
notes feat(ngdocs): support popover, foldouts and foldover annotations 2013-06-17 22:00:54 -07:00
tutorial docs(guide/filter): Refactor filter guide docs 2013-11-07 14:14:57 -08:00