aboutsummaryrefslogtreecommitdiffstats
path: root/src/directive/script.js
diff options
context:
space:
mode:
authorIgor Minar2012-03-09 00:00:05 -0800
committerIgor Minar2012-03-09 16:14:26 -0800
commitf4d338d393dabb49182d40b4fe90c4d1b51621c0 (patch)
tree6c20fbef9865869e9db44f27c53aec11f1e30d5e /src/directive/script.js
parent0bfaa579c04d1b7cd21fbe16bfbc47a684f223b3 (diff)
downloadangular.js-f4d338d393dabb49182d40b4fe90c4d1b51621c0.tar.bz2
chore(*): refactor all ng: to ng-
Diffstat (limited to 'src/directive/script.js')
-rw-r--r--src/directive/script.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/directive/script.js b/src/directive/script.js
index f0affaf9..98e6394a 100644
--- a/src/directive/script.js
+++ b/src/directive/script.js
@@ -6,7 +6,7 @@
*
* @description
* Load content of a script tag, with type `text/ng-template`, into `$templateCache`, so that the
- * template can be used by `ng:include`, `ng:view` or directive templates.
+ * template can be used by `ng-include`, `ng-view` or directive templates.
*
* @restrict E
*
@@ -17,7 +17,7 @@
Content of the template.
</script>
- <a ng:click="currentTpl='/tpl.html'" id="tpl-link">Load inlined template</a>
+ <a ng-click="currentTpl='/tpl.html'" id="tpl-link">Load inlined template</a>
<div id="tpl-content" ng-include src="currentTpl"></div>
</doc:source>
<doc:scenario>