Accounts-ui module loading issue with angular

I am following the angular tutorial as per https://www.meteor.com/tutorials/angular/adding-user-accounts

While adding the accounts-ui dependency

angular.module(‘simple-todos’, [
angularMeteor,
todosList.name,
‘accounts.ui’
]);

I am getting the module loading error

modules.js?hash=1ae7bda…:779 Uncaught Error: [$injector:modulerr] Failed to instantiate module simple-todos due to:
Error: [$injector:modulerr] Failed to instantiate module accounts-ui due to:
Error: [$injector:nomod] Module 'accounts-ui' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
http://errors.angularjs.org/1.6.1/$injector/nomod?p0=accounts-ui

Can someone please help me to resolve this error.

Thanks for your help.

I have similar issue, someone please help. Hate spending too much time fixing issues rather than coding with Meteor.

Try the following package (Worked for me):
meteor add dotansimha:accounts-ui-angular