mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 22:35:14 +08:00
@@ -239,6 +239,8 @@ function parser(text, json){
|
||||
pipeFunction =
|
||||
function (){ throwError("is not valid json", {text:text, index:0}); };
|
||||
}
|
||||
//TODO: Shouldn't all of the public methods have assertAllConsumed?
|
||||
//TODO: I think these should be public as part of the parser api instead of scope.$eval().
|
||||
return {
|
||||
assignable: assertConsumed(assignable),
|
||||
primary: assertConsumed(primary),
|
||||
@@ -659,4 +661,3 @@ function parser(text, json){
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user