mwasiluk / angular-surveys

Angular survey / form builder inspired by Google Forms
http://mwasiluk.github.io/angular-surveys
Apache License 2.0
241 stars 135 forks source link

Main Page Not Working. #31

Open mesutcakir opened 7 years ago

mesutcakir commented 7 years ago

TypeError: Cannot read property 'pages' of undefined at new controller (form-builder.js:1119) at Object.invoke (angular.js:4839) at $controllerInit (angular.js:10692) at nodeLinkFn (angular.js:9569) at angular.js:9977 at processQueue (angular.js:16643) at angular.js:16683 at Scope.$eval (angular.js:17958) at Scope.$digest (angular.js:17772) at Scope.$apply (angular.js:18066)

cordial commented 7 years ago

I got that. Raised a ticket at #29.

cordial commented 7 years ago

not an ideal fix but if you want it to work, select the 1.5 angular version when you are presented with the choices of which to install when doing the bower install. Picking 1.6 will give the above error and 1.14 something else.