Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 089dbc0

Browse files
committed
Fixed a forgotten injection
1 parent 8a4855b commit 089dbc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ myApp.config(['$compileProvider', '$locationProvider', '$routeProvider', functio
2929

3030
// -- Main Controller for Angular-Validation Directive
3131
// ---------------------------------------------------
32-
myApp.controller('Ctrl', ['$location', '$route', '$scope', '$translate', function ($location, $route, $scope, $timeout, $translate) {
32+
myApp.controller('Ctrl', ['$location', '$route', '$scope', '$translate', function ($location, $route, $scope, $translate) {
3333
// change the translation language & reload the page to make sure all errors were rendered properly
3434
$scope.switchLanguage = function (key) {
3535
$translate.use(key).then(function() {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Forms Angular Validation (Directive / Service)
1+
#Angular Validation (Directive / Service)
22
`Version: 1.3.9`
33
### Form validation after user inactivity of default 1sec. (customizable timeout)
44

0 commit comments

Comments
 (0)