[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/netkiller/netkiller.github.io/master/developer/html/angular.html [Back]  [Original]

16AngularHome | | | | Github | | Facebook | Linkedin | Youtube | (Donations) | About
zhihu-card-default.svg [zhihu-card-default.svg]

16Angular

16.1. Function
16.1.1.
16.1.2. ng-bind

https://angularjs.org/

16.1.Function

16.1.1.

			
    $scope.getClass = function(a){                                                                                    |                            <li class="baidu">                                                                       
            return a;                                                                                                 |                                <a href=""></a>                                                                      
    }
    		
			

16.1.2.ng-bind

			
<div>
  Hello, {{user.name}}
</div>

<div>
  Hello, <span ng-bind="user.name"></span>
</div>
			
			

Web Proxy Viewer  |  New URL  |  Original Page