shanthi
Member since Apr 3, 2013
- Profile: /members/10804-shanthi.htm
- Comments: 2
Recent Blog Comments By shanthi
-
Using Controllers In Directives In AngularJS
Posted on Apr 3, 2013 at 9:45 AM
Hi ben, thanks for the quick reply, yeah am seeing all parts, it is different way of representation, but the purpose is same! In angular, people using different types of representations, so getting confused some times!! By the way, i like the name Ben :)... read more »
-
Using Controllers In Directives In AngularJS
Posted on Apr 3, 2013 at 9:03 AM
hi, i am new to this angularjs, may i know how many ways we can define application module? 1>var myApp = angular.module('myApp',[]); myApp.config(....) myApp.directive(---) 2> (function( ng ) { "use strict"; // Define our AngularJS application module. window.demo = ng.m... read more »