Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Latest build (0.13.2) not working with latest angular (1.4.7) and bootstrap (3.3.7) #1270

Closed
Dimitar-Karazhov opened this issue Oct 23, 2015 · 6 comments

Comments

@Dimitar-Karazhov
Copy link

I have issues after upgrade to Angular 1.4.7, Bootstrap 3.3.5 and Select 0.13.2.
Select not working...

Error: [$parse:syntax] Syntax Error: Token 'track' is an unexpected token at column 11 of the expression [addresses track by $index] starting at [track by $index].

TypeError: Cannot read property 'source' of undefined

http://plnkr.co/edit/SQZXrRzOTZLG4YgXWOXr?p=info

@dashawk
Copy link

dashawk commented Oct 28, 2015

Just remove the track by $index and it will solve your problem.

@Dimitar-Karazhov
Copy link
Author

The problem is not only the "track by $index", if remove other errors are generated.
This Plunker code is just for example.

@teknosains
Copy link

@Dimitar-Karazhov yaap I've got the same issue too....still dont know wht's wrong

@tomasalmeida
Copy link

I am facing the same issue too.

@faisalhasnain
Copy link

Putting in parens has solved, I don't know whats the mystery here:
city in (cities) track by $index
ui-select 0.13.2 with angular 1.4.8

@user378230
Copy link
Contributor

Resolved by #1477

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants