angularjs - issue with running Angle - Bootstrap Admin app (angular-meteor version): TypeError: $browser.addPollFn is not a function angular-cookies.js:60 -
just purchased angle - bootstrap admin app wrapbootstrap
tried run angular-meteor version of app
the first issue meteor did not contents of default index.html, renamed file index.ng.html
now error i'm getting in browser console is:
typeerror: $browser.addpollfn not function angular-cookies.js:60
what can done fix this?
not sure wrapbootstrap, error means using incompatible versions of angular , angular-cookies. external angular modules use (e.g. nganimate, ngcookies, ngresource, ngroute etc), should same version angular.
Comments
Post a Comment