-
Notifications
You must be signed in to change notification settings - Fork 540
transcludeFn is not defined #42
Comments
Hi Jeremy. The culprit is Angular 1.2.0 (and me, of course, for not having updated the docs properly). There was a bug in that version related to transclusion and the fix involved passing the transcludeFn in the So, you have to upgrade to version 1.2.1 in order to use ngTagsInput. I am truly sorry for having stated in the docs that Angular 1.2+ was supported. I'll fix that right now. |
Ah, so it's 1.2.1 rather than 1.2.0. Excellent! On Tue, Dec 10, 2013 at 10:05 PM, Michael Benford
|
very thank you |
I am using angular 1.2.0 with the latest ng-tags-input build. I thought I cut and pasted the examples directly into my code but I am getting this error when I refresh the page:
TypeError: undefined is not a function
at http://localhost:8080/app/vendor/ng-tags-input/ng-tags-input.js:464:9
...which means that in this function...
...transcludeFn is not defined. My template contains this...
...and my controller contains this...
...please help?
The text was updated successfully, but these errors were encountered: