diff --git a/.jshintrc b/.jshintrc index 9e10c16..f859535 100644 --- a/.jshintrc +++ b/.jshintrc @@ -19,6 +19,8 @@ "predef": [ "$", + "inject", + "Promise", "self", "importScripts", "console", diff --git a/Gruntfile.js b/Gruntfile.js index 09268ee..1ff3f12 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -171,6 +171,8 @@ module.exports = function(grunt) { 'test/unit/devicestorage-dao-test.js', 'test/unit/dialog-ctrl-test.js', 'test/unit/add-account-ctrl-test.js', + 'test/unit/create-account-ctrl-test.js', + 'test/unit/validate-phone-ctrl-test.js', 'test/unit/account-ctrl-test.js', 'test/unit/set-passphrase-ctrl-test.js', 'test/unit/contacts-ctrl-test.js', @@ -190,6 +192,7 @@ module.exports = function(grunt) { 'test/unit/invitation-dao-test.js', 'test/unit/update-handler-test.js', 'test/unit/connection-doctor-test.js', + 'test/unit/mail-config-service-test.js', 'test/main.js' ] }, @@ -293,7 +296,7 @@ module.exports = function(grunt) { 'src/lib/angular/angular.min.js', 'src/lib/angular/angular-route.min.js', 'src/lib/angular/angular-animate.min.js', - 'node_modules/angularjs/src/ngMock/angular-mocks.js', + 'src/lib/angular/angular-mocks.js', 'src/lib/lawnchair/lawnchair-git.js', 'src/lib/lawnchair/lawnchair-adapter-webkit-sqlite-git.js', 'src/lib/lawnchair/lawnchair-adapter-indexed-db-git.js', diff --git a/package.json b/package.json index 81b6a0d..bb285dc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "pgpmailer": "~0.7.0", "tcp-socket": "~0.4.0", "wo-smtpclient": "~0.5.0", - "angularjs": "https://github.com/whiteout-io/angular.js/tarball/npm-version", "browsercrow": "https://github.com/whiteout-io/browsercrow/tarball/master", "browsersmtp": "https://github.com/whiteout-io/browsersmtp/tarball/master", "chai": "~1.9.2", @@ -72,4 +71,4 @@ "grunt-svgmin": "~1.0.0", "grunt-svgstore": "~0.3.4" } -} +} \ No newline at end of file diff --git a/src/img/icon.svg b/src/img/icon.svg new file mode 100644 index 0000000..e90f3e1 --- /dev/null +++ b/src/img/icon.svg @@ -0,0 +1,20 @@ + + + + diff --git a/src/index.html b/src/index.html index 4cea422..8f12cd6 100644 --- a/src/index.html +++ b/src/index.html @@ -41,9 +41,8 @@
- +