Fix version

This commit is contained in:
Diego Rodríguez 2016-03-12 04:54:14 -03:00
parent f558cc06e9
commit 4c26d862c9

View file

@ -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