mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-21 16:45:36 +08:00
34909520ae4b20ddf455adf72de8473e43cac1c6
e.g.
Before:
code: element('.actions ul li a').click();
output: element .actions ul li a click
After
code: element('.actions ul li a', "'Configuration' link").click();
output: element 'Configuration' link ( .actions ul li a ) click
Angular
Compiling
rake compile
Running Tests
rake server:start
rake test
Languages
JavaScript
98.8%
HTML
0.6%
Shell
0.4%
PHP
0.1%