Hello!
We've managed to build the app from source and run it however are unable to move past the first screen with the following error:
Uncaught TypeError: p.module(...).info is not a function at angular-aria.js:61
This is the line:
var ngAriaModule = angular.module('ngAria', ['ng']).
info({ angularVersion: '1.6.3' }).
provider('$aria', $AriaProvider);
Any help would be appreciated!
-Kris