فهرست منبع

всякая мелочь

κρμγ 8 سال پیش
والد
کامیت
66fa3b58f4
3فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 6 6
      components/wizard/wizard-controller.js
  2. BIN
      favicon.ico
  3. 2 2
      index.html

+ 6 - 6
components/wizard/wizard-controller.js

@@ -17,12 +17,6 @@ angular.module('SolvIn')
             return [0, 0, 0, 90, -90][Math.round(4 * Math.random())];
         };
 
-        $scope.events = {
-           click: function (tag) {
-                $mdToast.showSimple('КЛИК')
-           }
-        };
-
         let update = $scope.update = function () {
             $scope.words = [];
             const maxWords = 200;
@@ -36,6 +30,12 @@ angular.module('SolvIn')
                 })
             }
         };
+        
+        $scope.events = {
+            click: function (tag) {
+                $mdToast.showSimple('КЛИК')
+            }
+        };
 
         $scope.showStep = function (idx){
            if(_.isNumber(idx)) {

BIN
favicon.ico


+ 2 - 2
index.html

@@ -1,8 +1,8 @@
 <!DOCTYPE html>
 <html lang="en" ng-app="SolvIn">
     <head>
-        <meta charset="UTF-8">
-        <title>solv</title>
+        <meta charset="UTF-8"/>
+        <title>solv.in</title>
         <link rel="icon" href="favicon.ico"/>
         <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
         <link rel="stylesheet" href="bower_components/angular/angular-csp.css"/>