mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:43:45 +02:00
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
module.exports = angular.module('stf.ng-enter', [
|
|
|
|
])
|
|
.directive('ngEnter', require('./ng-enter-directive'))
|