multiple exts, sync adapter register

This commit is contained in:
Mo Bitar
2017-05-16 14:25:30 -05:00
parent 5ec4797d85
commit 62d22c93da
6 changed files with 60 additions and 23 deletions

View File

@@ -104,5 +104,6 @@
%h2.blue Install
%p.faded Enter an install link
%form.mt-10.mb-10
%input.form-control{:autofocus => 'autofocus', :name => 'url', :required => true,
%input.form-control{:autofocus => 'autofocus', :name => 'url', :required => true, :autocomplete => "off",
:type => 'url', 'ng-model' => 'formData.installLink', "ng-keyup" => "$event.keyCode == 13 && submitInstallLink();"}
%p.blue{"ng-if" => "formData.successfullyInstalled"} Successfully installed extension.