Fix errors caused by AngularJS upgrade

This commit is contained in:
Jack Grigg 2016-09-11 02:21:48 +12:00
parent 1d5273d621
commit 07dcf73a98
3 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,7 @@
<div id="footer" role="navigation">
<div class="container" data-ng-controller="FooterController">
<div class="links m20t pull-left">
<span class="languages" ng-show="availableLanguages.0">
<span class="languages" ng-show="availableLanguages.length > 0">
[
<a href="#"
ng-click="setLanguage(l.isoCode)"

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,7 @@
angular.module('insight.system')
.factory('Global',[
function() {
return {};
}
])
.factory('Version',