comparison test_create/test_core.js @ 2865:d5e7f45b15e7

Minor
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 27 Apr 2017 14:36:30 +0100
parents df1823dbfb93
children 18261c4593c4
comparison
equal deleted inserted replaced
2864:df1823dbfb93 2865:d5e7f45b15e7
64 }; 64 };
65 xml.send(); 65 xml.send();
66 }).then(JSON.parse).then(function (data) { 66 }).then(JSON.parse).then(function (data) {
67 $s.testSpecifications = data; 67 $s.testSpecifications = data;
68 $s.$apply(); 68 $s.$apply();
69 }) 69 });
70 })(); 70 })();
71 71
72 $s.showPopup = function () { 72 $s.showPopup = function () {
73 $s.popupVisible = true; 73 $s.popupVisible = true;
74 }; 74 };