mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
docs(overview.ngdoc): fix small typo in overview.ngdoc
This commit is contained in:
committed by
Brian Ford
parent
f2160a4c64
commit
45028e5804
@@ -99,7 +99,7 @@ concepts which the application developer may face:
|
||||
</div>
|
||||
</file>
|
||||
<file name="scenario.js">
|
||||
it('should show of angular binding', function() {
|
||||
it('should show off angular binding', function() {
|
||||
expect(binding('qty * cost')).toEqual('$19.95');
|
||||
input('qty').enter('2');
|
||||
input('cost').enter('5.00');
|
||||
|
||||
Reference in New Issue
Block a user