yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 267 forks source link

Premature loading errors fix #308

Open alonp99 opened 8 years ago

alonp99 commented 8 years ago

When mm-foundation is loaded before user data/component and start rendering typeahead directive it cause TypeError on 'matches.length' attribute because matches does not exist yet. Can cause problems when vendor files are loaded before user app files.