CaffGeek/MBACNationals

View on GitHub
Web.Admin/AdminApp/Directives/directive.autofocus.js

Summary

Maintainability
A
0 mins
Test Coverage
////TODO: Get this working!!!
//app.directive('autoFocus', function ($timeout) {
//    return {
//        link: function (scope, element, attrs, model) {
//            $timeout(function () {
//                element[0].focus();
//            });
//        }
//    };
//});