docs($sce): update the parseAs method name

This commit is contained in:
Ahmad Moussawi
2014-06-13 11:24:04 +03:00
committed by Brian Ford
parent d50829bcf7
commit 928c7ecf39

View File

@@ -764,7 +764,7 @@ function $SceProvider() {
/**
* @ngdoc method
* @name $sce#parse
* @name $sce#parseAs
*
* @description
* Converts Angular {@link guide/expression expression} into a function. This is like {@link