Fix version
This commit is contained in:
parent
f558cc06e9
commit
4c26d862c9
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ app = angular.module 'BTorrent', ['ngRoute', 'ui.grid', 'ui.grid.resizeColumns',
|
|||
]
|
||||
|
||||
app.controller 'BTorrentCtrl', ['$scope','$rootScope','$http','$log','$location', 'ngNotify', ($scope, $rootScope, $http, $log, $location, ngNotify) ->
|
||||
$rootScope.version = VERSION
|
||||
|
||||
ngNotify.config
|
||||
duration: 5000
|
||||
html: true
|
||||
|
|
Loading…
Reference in a new issue