文件名称:ember-cli-google-people-torii-example:如何使用 google-people-torii 提供程序的示例
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-23 17:42:43
JavaScript
Ember-cli-google-people-torii-example 这里有一个例子,说明如何创建一个 ember provider 来获取 google oauth 的电子邮件信息。 actions: { login : function ( ) { var self = this ; this . get ( 'torii' ) . open ( 'google-people' ) . then ( function ( authorization ) { self . controller . set ( "logged" , true ) ; self . controller . set ( "userEmail" , authorization . email ) ; } ) ; } }
【文件预览】:
ember-cli-google-people-torii-example-master
----.jshintrc(518B)
----.gitignore(247B)
----app()
--------app.js(377B)
--------components()
--------torii-providers()
--------templates()
--------models()
--------helpers()
--------views()
--------index.html(705B)
--------controllers()
--------routes()
--------styles()
--------router.js(195B)
----package.json(1KB)
----.bowerrc(60B)
----.travis.yml(318B)
----Brocfile.js(708B)
----public()
--------robots.txt(51B)
--------crossdomain.xml(585B)
----testem.json(198B)
----README.md(755B)
----vendor()
--------.gitkeep(0B)
----tests()
--------.jshintrc(814B)
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(112B)
----config()
--------environment.js(2KB)
----.ember-cli(280B)
----bower.json(526B)
----.editorconfig(543B)