简体版 繁體版 English
로그인 회원가입

coffeescript 예문

예문모바일

  • We can use this to simulate the DOM ready behaviour in our CoffeeScript file.
    여기서 이 이벤트를 사용하면 Coffeescript 파일에서 DOM의 ready 함수를 시뮬레이션할 수 있습니다.
  • We can use this to simulate the DOM ready behaviour in our CoffeeScript file.
    여기서 이 이벤트를 사용하면 Coffeescript 파일에서 DOM의 ready 함수를 시뮬레이션할 수 있습니다.
  • To use this in our application we'll need to restructure the CoffeeScript code a little.
    어플리케이션에서 이것을 사용하기 위해서는 CoffeeScript 코드의 구조를 약간 변경해 줄 필요가 있습니다.
  • To use this in our application we'll need to restructure the CoffeeScript code a little.
    어플리케이션에서 이것을 사용하기 위해서는 CoffeeScript 코드의 구조를 약간 변경해 줄 필요가 있습니다.
  • In our Coffeescript file we'll need to add some more options to the call to dataTable to tell it to fetch data from the server.
    Coffeescript 파일에서는 dataTable 호출시 좀 더 많은 옵션을 추가해서 서버로부터 데이터를 가져오도록 알려주어야 합니다.
  • In our Coffeescript file we'll need to add some more options to the call to dataTable to tell it to fetch data from the server.
    Coffeescript 파일에서는 dataTable 호출시 좀 더 많은 옵션을 추가해서 서버로부터 데이터를 가져오도록 알려주어야 합니다.
  • We'll write this function in our CoffeeScript file. In it we just need to push the new entry to the array using $scope.newEntry which is the object that the form creates.
    Coffeescript 파일에서 이 함수를 작성할 것입니다. form이 만들어 주는 객체인 $scope.newEntry 를 이용해서 배열에 새로운 항목을 push 하도록 할 것입니다.
  • We'll write this function in our CoffeeScript file. In it we just need to push the new entry to the array using $scope.newEntry which is the object that the form creates.
    Coffeescript 파일에서 이 함수를 작성할 것입니다. form이 만들어 주는 객체인 $scope.newEntry 를 이용해서 배열에 새로운 항목을 push 하도록 할 것입니다.