mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-29 13:25:40 +08:00
change all attributes from ng- to ng: prefix
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
<body ng:init="$window.$scope = this; items = createItems()" ng-controller="PerfCntl">
|
||||
<body ng:init="$window.$scope = this; items = createItems()" ng:controller="PerfCntl">
|
||||
<input type="text" name="text"/>
|
||||
<hr/>
|
||||
<ul>
|
||||
<li Xng-repeat="item in items.$filter('').$orderBy('name')"
|
||||
ng-repeat="item in items">
|
||||
<li Xng:repeat="item in items.$filter('').$orderBy('name')"
|
||||
ng:repeat="item in items">
|
||||
{{item.name}} <a href="#{{item.name}}">{{item.parts.join(', ')}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user