committed by
Julius Härtl
parent
47b51c512d
commit
afec4f211c
@@ -21,8 +21,8 @@
|
||||
*/
|
||||
|
||||
app.directive('autofocusOnInsert', function () {
|
||||
'use strict';
|
||||
return function (scope, elm) {
|
||||
elm.focus();
|
||||
};
|
||||
'use strict';
|
||||
return function (scope, elm) {
|
||||
elm.focus();
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user