You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: