-
-
Recent Posts
Recent Comments
- caphun on Angular gotcha: ng-app=”myApp” (named applications)
- Melvina on Angular gotcha: ng-app=”myApp” (named applications)
- Get selected element's outer HTML | Easy jQuery | Free Popular Tips Tricks Plugins API Javascript and Themes on jQuery: outerHTML
- pacotole on jQuery: Textarea maxlength
- mani on How to get Fancybox 1.3.1 to stay put!
-
Angular gotcha: ng-app=”myApp” (named applications)
Angular is magical. The magic starts happening simply like so: <html ng-app> <script src=”angular.min.js”></script> There are {{ 1 + 2 }} apples in the basket. </html> Which outputs: There are 3 apples in the basket. However, when the magic stops you could be left tearing your hair out finding the correct potion! For example, if […]