Show / Hide Table of Contents
-
Error Reference
- Error Reference
- $animate
- nongcls
- notcsel
- $cacheFactory
- iid
- $compile
- baddir
- badrestrict
- ctreq
- ctxoverride
- infchng
- iscp
- missingattr
- multidir
- multilink
- noctrl
- nodomevents
- nonassign
- noslot
- reqslot
- selmulti
- srcset
- tplrt
- uterdir
- $controller
- ctrlfmt
- ctrlreg
- noscp
- $http
- baddata
- badjsonp
- badreq
- $injector
- cdep
- itkn
- modulerr
- nomod
- pget
- strictdi
- undef
- unpr
- $interpolate
- badexpr
- dupvalue
- interr
- logicbug
- nochgmustache
- noconcat
- reqarg
- reqcomma
- reqendbrace
- reqendinterp
- reqopenbrace
- reqother
- unknarg
- unsafe
- untermstr
- wantstring
- $interval
- badprom
- $location
- badpath
- ipthprfx
- isrcharg
- nobase
- nostate
- $parse
- esc
- lexerr
- lval
- syntax
- ueoe
- $q
- norslvr
- qcycle
- $resource
- badargs
- badcfg
- badmember
- badname
- $rootScope
- infdig
- inprog
- $route
- norout
- $sanitize
- elclob
- noinert
- uinput
- $sce
- icontext
- iequirks
- imatcher
- insecurl
- itype
- iwcard
- unsafe
- $templateRequest
- tpload
- $timeout
- badprom
- filter
- notarray
- jqLite
- nosel
- offargs
- onargs
- linky
- notstring
- ng
- aobj
- areq
- badname
- btstrpd
- cpi
- cpta
- cpws
- test
- ngModel
- constexpr
- datefmt
- nonassign
- nopromise
- numfmt
- ngOptions
- iexp
- ngPattern
- noregexp
- ngRef
- noctrl
- nonassign
- ngRepeat
- badident
- dupes
- iexp
- iidexp
- ngTransclude
- orphan
- orderBy
- notarray
Loading …
There was an error loading this resource. Please try again later.
Improve this Doc
Error: $parse:syntax
Error: $parse:syntax
Syntax Error
Syntax Error: Token '<' not a primary expression at column 1 of the expression [{3}] starting at [{4}].
Description
Occurs when there is a syntax error in an expression. These errors are thrown while compiling the expression. The error message contains a more precise description of the error, including the location (column) in the expression where the error occurred.
To resolve, learn more about AngularJS expressions, identify the error and fix the expression's syntax.